I have a field in my database that is defined as a numeric field but it is a date in format yyyymmdd. I would like to display it as "mm/dd/yyyy".
First choice is to convert it to a date so I can do whatever formatting I want, but it would make me happy just to have be able to display it as I previously described.
First choice is to convert it to a date so I can do whatever formatting I want, but it would make me happy just to have be able to display it as I previously described.