PhixFlow Help
removeTime
Function: removeTime()
Removes the time part of a date/time field - that is, sets the time to 00:00:00.
Syntax
removeTime(dateTime)
Argument | Type | Description |
---|---|---|
dateTime | Datetime | An input date/time. |
Examples
removeTime(_out.inputDateTime)
where _out.inputDateTime has the value 20131008.151503, returns 20131008.000000.
See Also
Please let us know if we could improve this page feedback@phixflow.com