Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

probelm with DateCellValue()

807597Sep 1 2005 — edited Sep 1 2005
Hi all,
i am using jakarta's poi, iam having probelm with DateCellValue()
My excel sheet is having time column. i want to read that time using poi.

here is the code.
java.util.Date  lastTime =null;
lastTime = cell.getDateCellValue();
System.out.println("lastRefreshTime"+lastRefreshTime);
From getDateCellValue() iam getting Date. But how can i get time from
the excel sheet.
can any body guide me,Iam vey thankfull to him.

regards,
ramu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2005
Added on Sep 1 2005
6 comments
426 views