🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A wicked good date time picker for jQuery and Zepto.Intimidatetime is still young, but already comes with many features like timezones, i18n, unix timestamps, date time ranges, and more!

Plugins

Documentation

Intimidatetime

A wicked good date time picker for jQuery and Zepto.

Intimidatetime is still young, but already comes with many features like timezones, i18n, unix timestamps, date time ranges, and more!

Getting Started

Download the production version or the development version and css production version or the development version.

In your web page:

<link rel="stylesheet" media="all" type="text/css" href="Intimidatetime.min.css" /> <script src="jquery.js"></script> <script src="dist/Intimidatetime.min.js"></script> <script> jQuery(function($) { 	$('.myInputs').intimidatetime(); }); </script>

I also recommend getting the eBook Handling Time. Although it uses jQueryUI Timepicker Addon many of the principles are the same.

Documentation

http://trentrichardson.com/examples/Intimidatetime/

Todo (Help if you can)

  1. Much like jQueryUI Timepicker Addon, Intimidatetime has a control type abstraction (select dropdown, label, list). List is not yet implemented, but it should generate clickable links to set the value. This will implement the calendar grid for the "day" selection, and simply a list of links for the other units. The type is specified in the option for unites.day.type.

  2. Once the control type for list is working there is a modes functionality. Modes are groups of presets. So if you want all select boxes, you could have a modes for those.

  3. I18N improvements. If you are fluent in a language other than English, please help. It only takes a couple minutes.

Release History

0.1.0: First release


You May Also Like