Difference between revisions of "Translations:Expressions/200/en"
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 3: | Line 3: | ||
Examples: | Examples: | ||
'''LAST_DAY_OF(0;DAY_FROM_TODAY(0))''' - Returns the last day of the year from today. | '''LAST_DAY_OF(0;DAY_FROM_TODAY(0))''' - Returns the last day of the year from today. | ||
+ | '''LAST_DAY_OF(1;"Date Issued")''' - Last day of month based on ''Date Issued'' column |
Latest revision as of 14:25, 19 November 2020
Syntax:
LAST_DAY_OF(<date part>; <base date>)
Examples:
LAST_DAY_OF(0;DAY_FROM_TODAY(0)) - Returns the last day of the year from today. LAST_DAY_OF(1;"Date Issued") - Last day of month based on Date Issued column