DVar CreateDateAndTime(String inValue)
Description
Creates a Date DVar from a string (will include both a Date value and a Time value)
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inValue | String | String of a Date and Time. Recommended format is "YYYY-MM-DD HH:MM:SS" |
Return Type
DVar
Example
CreateDateAndTime("2018/07/16 23:45:59") will return: 2018/07/16 23:45:59
Comments
Please sign in to leave a comment.