jQueryUI datepicker Add minutes _jquery

Source: Internet
Author: User
Tags add minutes add time time and seconds

Jquery.ui's DatePicker By default is the jquery plugin of month and day, if add time and minutes only need to do the following modification can

1. Download jquery-ui-timepicker-addon.js and load on page

2. Add the following Timepicker style to the page

Copy Code code as follows:
. ui-timepicker-div. ui-widget-header {margin-bottom:8px;}
. ui-timepicker-div dl {text-align:left;}
. ui-timepicker-div DL DT {height:25px; Margin-bottom: -25px;}
. Ui-timepicker-div DL DD {margin:0 10px 10px 65px;}
. ui-timepicker-div td {font-size:90%;}
. ui-tpicker-grid-label {background:none; border:none; margin:0; padding:0;}

3. JS set the time format of an input

Copy Code code as follows:
<input type= "text" id= "datetime" Name= "datetime" value= ""/>
Datetimepicker:jquery.ui.datepicker <wbr> seconds to add
$ ("#datetime"). DateTimePicker (); Date + Time seconds
$ ("#datetime"). DatePicker (); Date
$ ("#datetime"). Timepicker (); Time and seconds

The above is jQueryUI DatePicker add minutes of the method, I hope to give you a reference, but also hope that we support cloud habitat community.

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.