my dog learned polymorphism
The moose likes Java in General and the fly likes various calender date format  converters 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 » Java in General
Reply Bookmark "various calender date format  converters" Watch "various calender date format  converters" New topic
Author

various calender date format converters

reachsudha sudhakar
Greenhorn

Joined: May 04, 2011
Posts: 4
Can some one please explain the various possibilities of conversion on calender date please.
Chris Beckey
Ranch Hand

Joined: Jun 09, 2006
Posts: 116

You will need to narrow down the question quite a bit as the Calendar abstract class can be derived to implement any calendar type. You can search for Java Calendar implementation but if you need a specific calendar (Mayan, Hebrew, Arabic/Islamic, etc ...) you are better off searching for that specific implementation. This is one case where the Java docs (http://download.oracle.com/javase/1.5.0/docs/api/java/util/Calendar.html) are quite helpful.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: various calender date format converters
 
Similar Threads
how to make a calendar using Date, Calender and Data Class
Date - problem
Date comparision problem
Removing Z/z and time from Calender date
Date -problem