Java converts a datetime string into a date Field inserted to oracle

Source: Internet
Author: User
Convert the datetime character string into a date inserted into the oracle date Field, Stringdatestring2014-02-0113: 23: 31; SimpleDateFormatsdfnewSimpleDateFormat (yyyy-MM-ddHH: mm: ss); datesdf. parse (datestring); pstmt. setTimestamp (8, newjava. SQL. timestamp (date

Convert the datetime character String into a date and insert it into the oracle date Field. String datestring = 13:23:31; SimpleDateFormat sdf = new SimpleDateFormat (yyyy-MM-dd HH: mm: ss); date = sdf. parse (datestring); pstmt. setTimestamp (8, new java. SQL. timestamp (date

Convert the datetime character string into a date and insert it into the oracle date Field,


String datestring = "13:23:31 ";

SimpleDateFormat sdf = new SimpleDateFormat ("yyyy-MM-dd HH: mm: ss ");

Date = sdf. parse (datestring );

Pstmt. setTimestamp (8, new java. SQL. Timestamp (date. getTime ()));

Note that if pstmt. setDate () is used, only the date and no time are inserted to the database.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.