I have a training database that I want to automate Completion Certificates from.
I'm stuck on formatting the date of issuance of the certificate.
example.....
The date the course was completed was 12/01/10 , and is in a field called [completed_date] in my table.
I want to display that date on the certificate in the following format....
Issued this 1st day of December, 2010
Keeping in mind that depending on the day I might need to use (st, nd, rd, th).
Thanks for any help