jQuery Plugin Date and Time Picker
Go to file
2017-05-12 10:02:56 +05:00
build Merge pull request #567 from Manidos/master 2017-05-12 09:58:14 +05:00
screen highlighted dates: new screenshots 2015-04-09 15:12:04 +02:00
tests The picker is positioned correctly when the date input resides within a fixed container: the picker is displayed above the date input when there is insufficient room beneath the input. Also: added a couple test pages; normalized indentation in the JavaScript; fixed a couple warnings raised by the build script. 2016-03-11 12:21:12 +00:00
.gitignore Add a 'npm run build' command 2015-09-23 16:14:03 +02:00
bower.json New version 2.5.4 2016-05-20 00:46:42 +05:00
datetimepicker.jquery.json New version 2.5.4 2016-05-20 00:46:42 +05:00
doc.tpl iframe support doc.tpl 2016-05-31 10:49:06 +03:00
index.html New version 2.4.9 2016-02-24 18:52:52 +05:00
jquery.datetimepicker.css Merge pull request #269 from nurexmet/master 2017-05-12 10:00:49 +05:00
jquery.datetimepicker.js Merge pull request #541 from devcronberg/patch-1 2017-05-12 10:02:56 +05:00
jquery.datetimepicker.min.js Fix typo mounth 2016-05-20 10:48:47 -07: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 New version 2.5.4 2016-05-20 00:46:42 +05:00
README.md Merge pull request #520 from TPei/patch-1 2017-05-12 10:02:43 +05:00
yarn.lock yarn lock file 2017-04-25 11:21:50 +07:00

PLEASE. Help me update documentation.

Doc.tpl This file will be automatically displayed on the site

datetimepicker

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

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

Use this:

jQuery.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.

Notice: If you use Bower v1.5.2, you will get error: The "main" field cannot contain minified files You can regress to version 1.3.12

  1. npm uninstall bower -g
  2. npm install -g bower@1.3.12

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