Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
yes,
I suppose a better generic format would be this
var date MyDate = [Start Date];
Year(Today())-Year($MyDate)
-
If(
Month(Today())<Month($MyDate)
or
(Month(Today())=Month($MyDate) and Day(Today())<Day($MyDate)),1,0)
I suppose a better generic format would be this
var date MyDate = [Start Date];
Year(Today())-Year($MyDate)
-
If(
Month(Today())<Month($MyDate)
or
(Month(Today())=Month($MyDate) and Day(Today())<Day($MyDate)),1,0)