Function DateNoTime
Converts a value into a date without the time part
DateNoTime([VALUE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | any | required | n/a | VALUE | The value to convert |
Returns
A date object or null if the parsing of the date fails
Examples
Example for parsing a date
{{DateNoTime(ALIAS.SDTIME)}}