Parameter | Type | Description |
---|---|---|
stringValue | string | the string to parse date information from |
formatString | string | the format string |
Returns: datetimestamp
Example
query:
SELECT DATE_PARSE("2018/01/02", "yyyy/MM/dd")
results:
date_parse |
---|
2018-01-02T00:00:00.000Z |