Difference between revisions of "Translations:Expressions/193/en"
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 3: | Line 3: | ||
Examples: | Examples: | ||
'''FIRST_DAY_OF(0;DAY_FROM_TODAY(0))''' - Returns the first day of the year from today | '''FIRST_DAY_OF(0;DAY_FROM_TODAY(0))''' - Returns the first day of the year from today | ||
+ | '''FIRST_DAY_OF(1;"Issue Date")''' - First Day of Month Based on ''Issue Date'' Column |
Latest revision as of 14:25, 19 November 2020
Syntax:
FIRST_DAY_OF(<date part>; <base date>)
Examples:
FIRST_DAY_OF(0;DAY_FROM_TODAY(0)) - Returns the first day of the year from today FIRST_DAY_OF(1;"Issue Date") - First Day of Month Based on Issue Date Column