| 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.
|
 |
 |
|
|
subject: various calender date format converters
|
|
|