aspose file tools
The moose likes JSP and the fly likes Date Format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Date Format" Watch "Date Format" New topic
Author

Date Format

Imdad Soomro
Greenhorn

Joined: Jul 15, 2009
Posts: 16
Hi,

I am using <fmt:formatDate value="${a.ToDate}" pattern="dd MMMM yyyy" /> date format to display date on my JSP page. Most of the times date is displayed correctly(i.e. 09 February 2011) but sometimes on Internet Explorer it displays date like
(2011-01-25 00:00:00.0). Can you please figure out that what could be the problem.

Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Date Format
 
Similar Threads
Problems handling the Date Class.
Date Format Issue
Convert String to Date format
problem while inserting date field in oracle data base
How to fetch Date Field from excel sheet in Java