Quote:
Originally Posted by yogesh kapil
hi,
can somebody please help how can i subtract one date from another. i am using lnfp7.
Thanks and Regards
yogesh kapil
|
Hello,
as Mark suggest, SEARCH before post !
Extract the year,month,date from the utc date with utc.to.date(). Convert it to a date with date.to.num(). Do this for both utc dates. The difference between both results is the number of days.
Regards