jQuery Plugin Date and Time Picker
Go to file
Valeriy 24d7dd5df2
Merge pull request #781 from arcanemachine/master
Fix inverted scrolling issue for date selectors
2022-04-06 14:53:44 +03:00
build Merge branch 'master' into master 2022-04-06 14:53:38 +03: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
.gitignore chore: Git ignore bower components folder 2020-08-13 16:03:58 +03:00
.travis.yml Fix Travis CI "sh: 0: Can't open /etc/init.d/xvfb" issue 2021-04-23 21:51:47 +08: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 link to english version 2019-12-10 20:32:11 +01: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 Merge branch 'master' into master 2022-04-06 14:53:38 +03:00
jquery.js New version 2.5.19 2018-03-21 21:23:38 +05:00
karma.conf.js Fix karma config 2019-02-23 14:23:52 +03:00
MIT-LICENSE.txt Added jquery plugin manifest 2013-11-05 16:22:26 +06:00
package-lock.json Merge branch 'master' into feature/update-php-date-formatter 2022-04-06 14:48:42 +03:00
package.json Merge branch 'master' into feature/update-php-date-formatter 2022-04-06 14:48:42 +03:00
pull_request_template.md Added pull request template 2019-02-23 14:31:01 +03:00
README.md README minor english tweaks 2021-07-27 12:03:28 +01:00
yarn.lock Fixed isArray deprecation 2020-10-12 11:24:36 +02:00

jQuery DateTimePicker

Demo and Documentation

Build Status npm version npm

PLEASE. Help me update the 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

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

!!! In the latest version the 'lang' option is 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 the 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 the build completes, 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