Advertisement

04.06.2008 at 03:26AM PDT, ID: 23299304
[x]
Attachment Details

Java Calendar / Date Conversions

Asked by Molko in Java Programming Language

Tags: Java

Got a few issues converting dates etc.

I am trying to populate 3 date fields (a String, 2 Calendars), the inputs come from java.sql.Timestamp and need to be formatted.

// I need a String representing the TimeStamp in form yyyy-mm-ddThh:mm:ss
String dateHappened  =  getDateHappened (java.sql.Timestamp) // eg 2008-04-02T13:42:22

// I need a Calendar representing the dateHapened but with the time 1sec after midnight
java.util.Calendar validityPeriod = dateHappened and time of 1second after midnight // eg 2008-04-02T00:00:01

//I need a Calendar for dob based on a String, Integer, Integer
java.util.Calendar dateOfBirth = getDob(String day, Integer month, Integer year) // day is just a String "1", or  "22".


Thanks for any help...

much appreciated.

Start Free Trial
 
 
[+][-]04.06.2008 at 05:46AM PDT, ID: 21291610

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Java Programming Language
Tags: Java
Sign Up Now!
Solution Provided By: aiklamha
Participating Experts: 3
Solution Grade: A
 
 
[+][-]04.06.2008 at 05:47AM PDT, ID: 21291612

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]04.06.2008 at 05:50AM PDT, ID: 21291616

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]04.06.2008 at 07:09AM PDT, ID: 21291792

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.06.2008 at 07:36AM PDT, ID: 21291878

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.26.2008 at 05:56AM PDT, ID: 21646220

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628