Difference between revisions of "Translations:Expressions/200/en"

From TaticView
Jump to: navigation, search
(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

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
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
TranslationSyntax:
  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

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