Excerpt | ||
---|---|---|
| ||
removeTime(dateTime) Removes the time part of a date/time field. |
Function: removeTime()
Removes Resets the time part of a date/-time field - that is, sets the time to 00:00:00.
Syntax
removeTime(dateTime)
Argument |
---|
Description | ||
---|---|---|
dateTime |
An input date/time. | See Date-Time Functions for details about the arguments. |
Examples
removeTime(_out.inputDateTime)
where _out.inputDateTime
has the value 20131008.151503, returns 20131008.000000.
See Also
...
Excerpt | ||
---|---|---|
| ||
removeTime(dateTime) Removes the time part of a date/time field. |