...
Supported format strings for this function are the same as the supported format strings for the DATEFORMAT
function. For more information on those string values, see Supported Data Types.
- For more information on formatting Unix or standard date formats, see DATEFORMAT Function.
- For more information on formatting numeric types, see NUMFORMAT Function.
D lang syntax |
---|
RawWrangle | true |
---|
Type | ref |
---|
showNote | true |
---|
WrangleText | derive type:single value: unixtimeformat(MyUnixDate, 'yyyy-MM-dd') as: 'unixDate' |
---|
|
unixtimeformat(MyUnixDate, 'yyyy-MM-dd') |
...