Hello
I understand that this date statement Response.Write(Month(Date) & "/" & Day(Date) & "/" & Year(Date)) will produce
the date in this order:
12/4/98
To me, this is the 12th April 98 and I don't know anybody who would think otherwise.
How can I amend this so that the date reads: 12th April 1998? That is, with the th (third), st (first), and nd (second) and in that order (that is: day then month, then year)? I would also like the year to be in full: 1998 and not 98.
Finally, is there a way of setting the font, and style, and colour?
Many thanks to all.
Best wishes.
I understand that this date statement Response.Write(Month(Date) & "/" & Day(Date) & "/" & Year(Date)) will produce
the date in this order:
12/4/98
To me, this is the 12th April 98 and I don't know anybody who would think otherwise.
How can I amend this so that the date reads: 12th April 1998? That is, with the th (third), st (first), and nd (second) and in that order (that is: day then month, then year)? I would also like the year to be in full: 1998 and not 98.
Finally, is there a way of setting the font, and style, and colour?
Many thanks to all.
Best wishes.