Attendize/public/vendor/curioussolutions-datetimepi...
Santiago Castro d1978b7bd7 Fix broken Markdown headings 2017-04-17 00:43:01 -03:00
..
demo - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00
dist - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00
src - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00
.bower.json - Fixed date picker bug 2016-03-04 18:40:57 +00:00
DateTimePicker.jquery.json - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00
Gruntfile.js - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00
LICENSE - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00
README.md Fix broken Markdown headings 2017-04-17 00:43:01 -03:00
bower.json - Finished CLI install - php artisan attendize:install now works 2016-03-04 12:44:31 +00:00

README.md

NEW AnyPicker

Check our newly released picker library for Mobile OS - AnyPicker

DateTimePicker Join the chat at https://gitter.im/CuriousSolutions/DateTimePicker

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 9+
  • Android 2.3+, iOS 6+, Windows Phone 8

More Details

For demo & api documentation visit Plugin Page

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 curioussolutions-datetimepicker

CDN

DateTimePicker is hosted on jsDelivr.

Files - Latest

<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/datetimepicker/latest/DateTimePicker.min.css" />
<script type="text/javascript" src="//cdn.jsdelivr.net/datetimepicker/latest/DateTimePicker.min.js"></script>

Files - Particular Version

<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/datetimepicker/<version>/DateTimePicker.min.css" />
<script type="text/javascript" src="//cdn.jsdelivr.net/datetimepicker/<version>/DateTimePicker.min.js"></script>

Authors

Neha Kadam: Principle Developer

Special thanks:

  • Shweta Matkar for her contributions
  • Jean-Christophe Hoelt - NPM packaging. Few customization options.

Copyright 2015 Curious Solutions LLP

License

Licensed under the MIT License