Hi all,
I have used the SimpleDateFormat to display the date in my page.jsp but I was wondering if I could elaborate the format; the present format is:
Monday 8 March 2004 ("EEEE d MMMM yyyy") but I would like to display:
Monday 8th March 2004;
is it possible?
Thank you
Veronique
I have used the SimpleDateFormat to display the date in my page.jsp but I was wondering if I could elaborate the format; the present format is:
Monday 8 March 2004 ("EEEE d MMMM yyyy") but I would like to display:
Monday 8th March 2004;
is it possible?
Thank you
Veronique