This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes how to convert Julian Date into Calendar Date Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

how to convert Julian Date into Calendar Date

kishoret tata
Greenhorn

Joined: Feb 15, 2004
Posts: 12
Hi,
I want convert julian Date to calendar Date (mm/dd/yyyy or mm/dd/yy format) in java.
Can any one help me how to convert julian date to calendar Date.
Thanks,
Krishore.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

Please do not cross-post the same question in multiple forums. Please direct any discussion to the instance in the Java in General (advanced) foum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Chad McGowan
Ranch Hand

Joined: May 10, 2001
Posts: 265
There are a few ways. I would suggest looking at the java.util.Calendar, java.util.Date, and java.text.SimpleDateFormat classes and see which looks like it best meets your need.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

This is a duplicate post. I'm closing this one and people should see this thread.
Please don't post the same question in multiple forums.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to convert Julian Date into Calendar Date
 
Similar Threads
Convert Calendar to String
how to convert Julian Date into Calendar Date
get the Yesterday's date ??
xsd datetime format
how to convert Julian Date into Calendar Date