We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Function libdate_DateInDaysFrom() is used to add or subtract days from a date. Example:
libdate_DateInDaysFrom(2015,1,2,53)
returns
2015,2,24
Or
libdate_DateInDaysFrom(2015,1,2,-53)
2014,11,10
There was an error while loading. Please reload this page.