M
Mike P
How do I manage to get my date in the format Monday, 23rd July 2003? I
am currently using the code below to get Monday, 23 July 2003, but I
can't figure out how to get the day followed by st, rd, th etc.
datetime.Text = DateTime.Now.ToString("dddd, dd MMMM yyyy")
Any assistance would be much appreciated.
Cheers,
Mike
am currently using the code below to get Monday, 23 July 2003, but I
can't figure out how to get the day followed by st, rd, th etc.
datetime.Text = DateTime.Now.ToString("dddd, dd MMMM yyyy")
Any assistance would be much appreciated.
Cheers,
Mike