I am building an application about workers vocation and I need some help on calculating.
Here is what I need:
I have a column named startdate, after 12 months I want the SharePoint or c# to know dynamical when 12 months has gone.
Example the start date of worker1 is 01/01/2015 after 12 months or 1 year I want that worker1 to get a checked box = true,
And worker2 start date is 05/03/2015 after one year or 12 months same thing to
checked = true
How to do it on SharePoint via formulas or in C#?