Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DateWithoutTime(date_time_string)

Arguments

date_time_string
String expression for date or date time

Examples

To return Issue created date without exact time, use following expression DateWithoutTime([Measures].[Issue created date]now()).

Instead of returning e.g. 20142016-10-01 17:43:28 only the date would be returned as 20142016-10-01.

See also