|
I have two fields in a table that I store numbers for the month and the day. How can I take those numbers and convert them to where the months are January, February, March (instead of 1, 2, 3) and the days are 12th, 23rd, 30th (instead of 12, 23, 30)?
I don't know if this matters, but the single digit numbers are stored without zeros in front of them.
I know that this is possible with the date function, but I was wondering if there was any way of taking a number and doing the same thing that the date function does.
Thanks,
J2
|