Versions Compared

Key

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

Returns the date without the time from the provided date or string argument.

Syntax

Code Block
DateWithoutTime(date_time_string)

Arguments

date_time_string

String expression for date or date time

...

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

See also