jQuery Plugin Date and Time Picker
Go to file
Valeriy 9e3198d362 Merge pull request #370 from artragis/patch-1
Add Predifined datetime format that jqueryUI datepicker supports
2015-12-28 19:54:55 +05:00
build Fix issue #333 2015-09-30 22:15:43 +05:00
screen highlighted dates: new screenshots 2015-04-09 15:12:04 +02:00
.gitignore Add a 'npm run build' command 2015-09-23 16:14:03 +02:00
bower.json Add a 'npm run build' command 2015-09-23 16:14:03 +02:00
datetimepicker.jquery.json Fix getComputedStyle for ie8 2015-07-03 14:26:21 +05:00
index.html fix source file link on test page 2015-09-24 12:50:32 +05:00
jquery.datetimepicker.css Scroll position at left in RTL layout 2015-08-20 17:33:19 +03:00
jquery.datetimepicker.js Add Predifined datetime format that jqueryUI datepicker supports 2015-12-28 14:05:24 +01:00
jquery.datetimepicker.min.js Fix issue #333 2015-09-30 22:15:43 +05:00
jquery.js Rename jquery-1.10.2.min.js to jquery.js 2013-11-03 16:34:48 +06:00
MIT-LICENSE.txt Added jquery plugin manifest 2013-11-05 16:22:26 +06:00
package.json Fix issue #333 2015-09-30 22:15:43 +05:00
README.md help path fix2 2015-09-26 17:19:28 +05:00

datetimepicker

==============

!!! The latest version of the options 'lang' obsolete. The language setting is now global. !!!

Use this:

$.datetimepicker.setLocale('en');

Documentation

jQuery Plugin Date and Time Picker

DateTimePicker

ScreenShot

DatePicker

ScreenShot

TimePicker

ScreenShot

Options to highlight individual dates or periods

ScreenShot

ScreenShot

ScreenShot

JS Build help

Requires Node and NPM Download and install node.js.

Install:

  1. Install bower globally with npm install -g bower.
  2. Run npm install. npm will look at package.json and automatically install the necessary dependencies.
  3. Run bower install, which installs front-end packages defined in bower.json.

Build:

  • npm run build

When build completed, you'll have the following files:

  • build/jquery.datetimepicker.full.js - browser file
  • build/jquery.datetimepicker.full.min.js - browser minified file
  • build/jquery.datetimepicker.min.js - amd module style minified file