DVar CreateJustDate(String inValue)
Description
Creates a Date DVar from a string, ignore any time definition (time will be set to 00:00:00)
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inValue | String | String of a Date. Recommended format is YYYY-MM-DD |
Return Type
DVar
Example
CreateJustDate("2018-07-16 23:45:59") will return: 2018/07/16 00:00:00
Comments
Please sign in to leave a comment.