jQuery Plugin Date and Time Picker
Go to file
Valeriy Chupurnov 00c84bec27
Merge pull request #670 from KyleMit/bugfix/paste
fixes #669 fix paste error overflowing mask length
2018-06-28 19:14:12 +05:00
build New version 2.5.19 2018-03-21 21:23:38 +05:00
screen highlighted dates: new screenshots 2015-04-09 15:12:04 +02:00
tests New version 2.5.19 2018-03-21 21:23:38 +05:00
.travis.yml New version 2.5.19 2018-03-21 21:23:38 +05:00
bower.json New version 2.5.11 2017-10-13 12:37:02 +05:00
datetimepicker.jquery.json New version 2.5.4 2016-05-20 00:46:42 +05:00
doc.tpl Update documentation for setDateFormatter 2018-02-12 11:59:01 -04:00
index.html New version 2.5.19 2018-03-21 21:23:38 +05:00
jquery.datetimepicker.css New version 2.5.5 2017-10-12 13:18:22 +05:00
jquery.datetimepicker.js fixes #669 fix paste error overflowing mask length 2018-06-14 18:18:48 -04:00
jquery.js New version 2.5.19 2018-03-21 21:23:38 +05:00
karma.conf.js New version 2.5.19 2018-03-21 21:23:38 +05:00
MIT-LICENSE.txt Added jquery plugin manifest 2013-11-05 16:22:26 +06:00
package-lock.json New version 2.5.20 2018-03-21 21:26:30 +05:00
package.json New version 2.5.20 2018-03-21 21:26:30 +05:00
README.md Fix readme 2018-03-21 21:45:51 +05:00

jQuery DateTimePicker

Demo and Documentation

Build Status npm version npm

PLEASE. Help me update documentation. Doc.tpl This file will be automatically displayed on the site

Installation

npm install jquery-datetimepicker

OR

yarn add jquery-datetimepicker

or download zip

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:

First install npm requirements: npm install -g uglifycss concat-cli Then build the files: 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