Date Value

$Date function can be used within expressions to define a date value.
It has following parameters:

  1. Date constant or expression*. Default is 01.01.1970
  2. (optional) Date format, default is DD.MM.YYYY

* - functions call, expression or column-to-column references are acceptable as a value.

Examples

  • $Date(04.12.1967,DD.MM.YYYY)
  • $Date(@'DateColumnAsString',DD.MM.YYYY)