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

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
(No difference)

Revision as of 19:07, 22 November 2019

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.

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.