waytech2003
Programmer
I have beeen looking for a function to return the Date as
"7th day of November 2009"
The Month and Year I can get from Format(Date,"MMMM YYYY") but how can I format the Day as 1st, 2nd, 3rd, 4th, 5th etc.
using Format(DATE,"D MMMM YYYY") returns "1 November 2009".
How can I add "st", "nd", "rd", "th" to the Day I am working with?
"7th day of November 2009"
The Month and Year I can get from Format(Date,"MMMM YYYY") but how can I format the Day as 1st, 2nd, 3rd, 4th, 5th etc.
using Format(DATE,"D MMMM YYYY") returns "1 November 2009".
How can I add "st", "nd", "rd", "th" to the Day I am working with?