D
dkv98446
I need to print a "Certificate of Completion" where the date is in the
following format:
1st day of March, 2007
2nd day of March 2007
3rd day of March 2007
4th day of March 2007
5th day of March 2007
21st day
22nd
23rd
24th
31st
The format: d"th Day of "mmmm yyyy comes the closest, but doesn't give me
what I want. I need to replace the 'th' with a variable. I have thought
about creating a table of suffixes based on the day of the month, but I'm
not sure how to string the table lookup results and the rest of the date. I
also feel that there has to be a simpler method.
Thanks for the help!!
following format:
1st day of March, 2007
2nd day of March 2007
3rd day of March 2007
4th day of March 2007
5th day of March 2007
21st day
22nd
23rd
24th
31st
The format: d"th Day of "mmmm yyyy comes the closest, but doesn't give me
what I want. I need to replace the 'th' with a variable. I have thought
about creating a table of suffixes based on the day of the month, but I'm
not sure how to string the table lookup results and the rest of the date. I
also feel that there has to be a simpler method.
Thanks for the help!!