https://github.com/nehakadam/datetimepicker
Responsive jQuery DateTime Picker plugin for Web & Mobile
https://github.com/nehakadam/datetimepicker
datetimepicker javascript jquery
Last synced: 19 days ago
JSON representation
Responsive jQuery DateTime Picker plugin for Web & Mobile
- Host: GitHub
- URL: https://github.com/nehakadam/datetimepicker
- Owner: nehakadam
- License: mit
- Created: 2014-01-27T09:54:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T08:30:04.000Z (almost 4 years ago)
- Last Synced: 2024-01-06T15:07:08.900Z (over 1 year ago)
- Topics: datetimepicker, javascript, jquery
- Language: JavaScript
- Homepage: https://nehakadam.github.io/DateTimePicker/
- Size: 1.39 MB
- Stars: 357
- Watchers: 19
- Forks: 114
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**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
- Chrome, Firefox, Safari, Opera, IE 6+
- Android 2.3+, iOS 6+, Windows Phone 8## More Details
For demo & api documentation visit [Plugin Page](http://nehakadam.github.io/DateTimePicker/)## Build System
- Install devDependencies listed in "package.json"
`npm install`
- Run a command to perform tasks configured in "Gruntfile.js"
`grunt`
Tasks configured in "Gruntfile.js"
- Copy "DateTimePicker.js" and "DateTimePicker.css" from "src" folder to "dist" folder.
- Uglify "src/DateTimePicker.js" to "dist/DateTimePicker.min.js"
- Minify "src/DateTimePicker.css" to "dist/DateTimePicker.min.css"## Installations
- npm
`npm install datetimepicker`
- bower
`bower install flat-datetimepicker`
## CDN
DateTimePicker is hosted on [jsDelivr](http://www.jsdelivr.com).Files - Latest
```
```
Files - Particular Version
```
```
## Authors
[Neha Kadam](https://github.com/nehakadam): DeveloperSpecial Thanks:
- [Jean-Christophe Hoelt](https://github.com/j3k0) - NPM packaging. Few customization options.
- [All Contributors](https://github.com/nehakadam/DateTimePicker/contributors)Copyright 2014-2019 [Lajpat Shah](https://github.com/lajpatshah)
**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