My97datepicker Set Date Month day time minute minute format Technology
Maybe yes posted on 2015-01-07 18:49
Original link: http://blog.lmlphp.com/archives/57 from: lmlphp backyard
Front-end JavaScript Date plugin My97datepicker is very famous. N years ago I used, then downloaded, when used by default is no hours, minutes, seconds and so on, directly is the date format, and the general date plug-in is no different. Later found the document to know that you can set the date format, the maximum date limit and the minimum date limit, and so on.
When I went to their official website to download the use, found that the download package of the demo still does not tell users how to set the date format, the default only shows the month and day, do not know why they do not write a little more detailed, just to force users to view the document on the official website.
There are only simple demo examples in the download package:
<script language= "javascript" type= "Text/javascript" src= "My97datepicker/wdatepicker.js" ></script> <input class= "Wdate" type= "text" onclick= "Wdatepicker ()" ><font color=red><-point I pop-up date control </font>
Set the date to include the seconds and minutes in the format code example below:
<script language= "javascript" type= "Text/javascript" src= "My97datepicker/wdatepicker.js" ></script> <input class= "Wdate" type= "text" onfocus= "Wdatepicker ({skin: ' Whygreen ', datefmt: ' Yyyy-mm-dd HH:mm:ss ', MinDate: ' 2008-03-08 11:30:00 '}) ">
Read (67) reviews (0) View comments
My97datepicker Set Date Month day time minute minute format