Total members 10261 | Gratitudes |It is currently Wed May 23, 2012 9:53 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: String to sql.Date
PostPosted: Wed Oct 22, 2008 1:17 am 
Offline
Proficient
User avatar

Joined: Sun Oct 19, 2008 3:47 pm
Posts: 281
Has thanked: 0 time
Have thanks: 1 time

In my application I am getting one String variable which holds date in
yyyy-mm-dd hh:mm:ss format. It is a String type and i would like to
convert it in sql.Date. TO convert in sql.Date type i am doing the
following:

1) I am getting value in format of yyyy-mm-dd hh:mm:ss, example
2008-03-19 19:44:58
2) i am trying like:

// stringDate is holding value 2008-03-19 19:44:58

DateFormat formater = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
java.util.Date parsedUtilDate = formater.parse(stringDate);
java.sql.Date sqltDate= new java.sql.Date(parsedUtilDate.getTime());

when i convert String date i get in parsedUtilDate: Wed Mar 19
19:44:58 IST 2008
and sqltDate is having value 2008-03-19

could you please help me to get date in same format in sqltDate (as it
is stringDate), 2008-03-19 19:44:58


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: String to sql.Date
PostPosted: Wed Oct 22, 2008 1:18 am 
Offline
Proficient
User avatar

Joined: Sun Oct 19, 2008 3:53 pm
Posts: 229
Has thanked: 0 time
Have thanks: 0 time
java.sql.Date.toString() only format to yyyy-mm-dd
Use java.sql.Timestamp instead.


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 Printing today+ current date with different format
 How to write a JSP Program to manipulate Last Date visited
 replacing each tab by the string “Tab”,
 Breaking the String into Words
 search for string in a cell array
 Trim string in JavaScript
 How to read string text in files
 Want start and end date of a month from current date
 add string to another, Lowercase ,Uppercase
 date validation in asp

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 3 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team