To the Experts: I have a string field I need to convert to date format. I have the following formats:
mm/dd/yyyy
mm/d/yyyy
m/dd/yyyy
m/d/yyyy
What to do?? can I use Cdate?? if so, how to get around the different formats?
Thanks!!
mm/dd/yyyy
mm/d/yyyy
m/dd/yyyy
m/d/yyyy
What to do?? can I use Cdate?? if so, how to get around the different formats?
Thanks!!
Comment