DATETIME_TO_STR
Convert a datetime object to a string
Example Usage
DATETIME_TO_STR("%m/%d/%y %i:%M%p
Overview
Function signature
DATETIME_TO_STR(datetime, mask)
Category
Date
Return data type
string
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
datetime | datetime | Source date to convert | |
mask | string | Mask for date conversion |