I am trying to convert a string to date but can not get it to work I have  function that I would like to take in a date string and covert it to date object here is the ezample so far can not get it to work any help appreciated    set p="12/03/2019"   w $System.SQL.TODATE(p,"YYYY-MM-DD")   <ILLEGAL VALUE>todate+32^%qarfunc if I try this still get the wrong value returned set p="12/03/2019" w $ZDATE(p,3) 1841-01-12