nehakadam / DateTimePicker

Responsive jQuery DateTime Picker plugin for Web & Mobile
https://nehakadam.github.io/DateTimePicker/
MIT License
357 stars 114 forks source link
datetimepicker javascript jquery

Responsive jQuery DateTime Picker library for Web & Mobile

DateTime Picker is a quick highly customizable jQuery plugin. The design is clutter free & well suited for embedding it into mobile application development.

Users can change values using +/- buttons or type values directly into the textbox by selecting each value fields.

For web, picker can be binded relative to reference element, were it will appear at the bottom of the element. For mobile, the picker can appear as a dialog box covering entire window.

Browser Support

More Details

For demo & api documentation visit Plugin Page

Build System

npm install

grunt

Tasks configured in "Gruntfile.js"

Installations

CDN

DateTimePicker is hosted on jsDelivr.

Files - Latest

<link rel="stylesheet" type="text/css" href="https://github.com/nehakadam/DateTimePicker/blob/master//cdn.jsdelivr.net/npm/datetimepicker@latest/dist/DateTimePicker.min.css" />
<script type="text/javascript" src="https://github.com/nehakadam/DateTimePicker/raw/master//cdn.jsdelivr.net/npm/datetimepicker@latest/dist/DateTimePicker.min.js"></script>

Files - Particular Version

<link rel="stylesheet" type="text/css" href="https://github.com/nehakadam/DateTimePicker/blob/master//cdn.jsdelivr.net/npm/datetimepicker@<version>/dist/DateTimePicker.min.css" />
<script type="text/javascript" src="https://github.com/nehakadam/DateTimePicker/raw/master//cdn.jsdelivr.net/npm/datetimepicker@<version>/dist/DateTimePicker.min.js"></script>

Authors

Neha Kadam: Developer

Special Thanks:

Copyright 2014-2019 Lajpat Shah

I can not actively maintain or reply quickly due to time constraints, please consider this point before using plugin.

License

Licensed under the MIT License