PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Function: removeTime()

Resets the time part of a date-time field to 00:00:00.

Syntax

removeTime(dateTime)

ArgumentDescription
dateTimeAn 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.


  • No labels