L
Lee Kiwiflame
I have a calendar control on my userform and I need to place the date in
three different formats.
I know how to code 2 of them:
1. The first is 20 September 2008 (dd mmmm yyyy).
2. The second is 20/09/2008 (dd/mm/yyyy).
However, it's the third one I am stuck on. I need the date to be placed
into the document as "20th day of September 2008".
How would you code putting the "th day of" or "st day of" or "rd say of"
(e.g. 20th day of September, 21st day of September or 23rd day of September)
from a calendar control? I only want to select one date.
Any help is very aprpeciated.
three different formats.
I know how to code 2 of them:
1. The first is 20 September 2008 (dd mmmm yyyy).
2. The second is 20/09/2008 (dd/mm/yyyy).
However, it's the third one I am stuck on. I need the date to be placed
into the document as "20th day of September 2008".
How would you code putting the "th day of" or "st day of" or "rd say of"
(e.g. 20th day of September, 21st day of September or 23rd day of September)
from a calendar control? I only want to select one date.
Any help is very aprpeciated.