79334433

Date: 2025-01-06 21:57:10
Score: 0.5
Natty:
Report link

I saw this answer from another post about converting DD–MMM-YY to YYYY-MM-DD in BigQuery using the combination of format_date and parse_date:

SELECT FORMAT_DATE("%Y/%m/%d",PARSE_DATE('%d-%b-%y','31-OCT-20'))

You can follow the format above if you are using Big Query, just change the date value.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yannco