Just to be sure, let me repeat my situation:
I have a known date (06-30-05) that I will be storing as a CONSTANT. I need the date to be in the above format (MM-DD-YY).
Isn't there a Calendar method out there that will convert that
string to a date?"
Otherwise, it seems like parsing the string to a date format would be easiest.
Thanks,
JP