diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-10-26 09:10:01 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-10-26 09:10:01 -0400 |
commit | a4fe214ac6b27bf021898a87af085253437cbd80 (patch) | |
tree | df08c25f8adc30686375cfcb569ba583f88b0231 | |
parent | 1b37e2c67e4187348bf6fc06996f5254a49c852c (diff) | |
download | Intimidatetime-a4fe214ac6b27bf021898a87af085253437cbd80.zip Intimidatetime-a4fe214ac6b27bf021898a87af085253437cbd80.tar.gz Intimidatetime-a4fe214ac6b27bf021898a87af085253437cbd80.tar.bz2 |
Revise Readme
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Intimidatetime -A wicked good date time picker for jQuery and Zepto +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!. +Intimidatetime is still young, but already comes with many features like timezones, i18n, unix timestamps, date time ranges, and more! - Author: [Trent Richardson](http://trentrichardson.com) - Documentation: [http://trentrichardson.com/examples/Intimidatetime/](http://trentrichardson.com/examples/Intimidatetime/) @@ -35,8 +35,11 @@ I also recommend getting the eBook [Handling Time](https://sellfy.com/p/8gxZ). [http://trentrichardson.com/examples/Intimidatetime/](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 |