Versions Compared

Key

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



Excerpt
hiddentrue

removeTime(dateTime) Removes the time part of a date/time field.


Function: removeTime()

Removes the time part of a date/time field - that is, sets the time to 00:00:00.

...

ArgumentTypeDescription
dateTimeDatetimeAn input date/time.

Examples

removeTime(_out.inputDateTime)

where _out.inputDateTime has the value 20131008.151503, returns 20131008.000000.

...