2015-09-25 10:32:41 +00:00
|
|
|
# datetimepicker
|
2013-11-03 10:10:07 +00:00
|
|
|
==============
|
2015-09-25 10:32:41 +00:00
|
|
|
|
|
|
|
**!!! The latest version of the options 'lang' obsolete. The language setting is now global. !!!**
|
|
|
|
|
|
|
|
Use this:
|
|
|
|
```javascript
|
|
|
|
$.datetimepicker.setLocale('en');
|
|
|
|
```
|
2013-11-05 12:35:02 +00:00
|
|
|
[Documentation][doc]
|
|
|
|
|
2013-11-03 10:10:07 +00:00
|
|
|
|
|
|
|
jQuery Plugin Date and Time Picker
|
2013-11-03 10:51:56 +00:00
|
|
|
|
2013-11-03 10:52:54 +00:00
|
|
|
DateTimePicker
|
|
|
|
|
2014-12-12 14:12:57 +00:00
|
|
|
![ScreenShot](https://raw.github.com/xdan/datetimepicker/master/screen/1.png)
|
2013-11-03 10:52:54 +00:00
|
|
|
|
|
|
|
DatePicker
|
|
|
|
|
2014-12-12 14:12:57 +00:00
|
|
|
![ScreenShot](https://raw.github.com/xdan/datetimepicker/master/screen/2.png)
|
2013-11-03 10:52:54 +00:00
|
|
|
|
|
|
|
TimePicker
|
|
|
|
|
2014-12-12 14:12:57 +00:00
|
|
|
![ScreenShot](https://raw.github.com/xdan/datetimepicker/master/screen/3.png)
|
2013-11-03 10:52:54 +00:00
|
|
|
|
2015-04-09 13:12:43 +00:00
|
|
|
Options to highlight individual dates or periods
|
|
|
|
|
|
|
|
![ScreenShot](https://raw.github.com/Mingpao/datetimepicker/master/screen/4.png)
|
|
|
|
|
|
|
|
![ScreenShot](https://raw.github.com/Mingpao/datetimepicker/master/screen/5.png)
|
|
|
|
|
|
|
|
![ScreenShot](https://raw.github.com/Mingpao/datetimepicker/master/screen/6.png)
|
|
|
|
|
2013-11-03 12:16:08 +00:00
|
|
|
[doc]: http://xdsoft.net/jqplugins/datetimepicker/
|