Hey guys,
I have a field in one table that holds dates with the format of "mm/dd/yy HH:MM"
I would like to know how to export the input mask characters along with the data, as opposed to just the data.
Right now, I'm exporting the data as an XML file and the dates look like this: "062011 1930" - when I want it to look like this: "06/20/11 19:30"
Any ideas?