vho ✭✭✭✭

  • String dates to datetime format

    Hello, is there a way to convert string dates to datetime format? For example Jan-18 to '01-2018'? I know sql has TO_DATE( '10 Aug 2018', 'DD MON YYYY' ) But is there something similar available for …
    ·