Hello there. I have been using createdate and createodbcdate methods. However
I would like to create a date object from a date string. But i would like to
specify the mask of the date string that I am creating the date object from.
this would allow me to create a date object from different masks. e.g. if i
had the date string '30012005' I could create a date object like so
createDateFromMask('30012005','ddmmyyyy') I could also pass this method any
other date string if I told it the mask i was passing. does anyone know of
such a method ? thanks