STRPTIME
strptime(text, format-list)
Section titled “strptime(text, format-list)”- text: VARCHAR
- format-list: VARCHAR[]
Example
Section titled “Example”SELECT strptime('4/15/2023 10:56:00', ['%d/%m/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S']);SELECT strptime('4/15/2023 10:56:00', ['%d/%m/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S']);