Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gantman/jqueryui-days-from-now
Add number of days from now display with any jQuery UI datepicker.
https://github.com/gantman/jqueryui-days-from-now
Last synced: 15 days ago
JSON representation
Add number of days from now display with any jQuery UI datepicker.
- Host: GitHub
- URL: https://github.com/gantman/jqueryui-days-from-now
- Owner: GantMan
- Created: 2012-07-27T19:57:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-30T19:47:28.000Z (over 12 years ago)
- Last Synced: 2024-10-08T05:02:19.160Z (about 1 month ago)
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[GITHUB PAGE](http://gantman.github.com/JQueryUI-Days-From-Now/)
JQueryUI-Days-From-Now
======================Add number of days from now display with any jQuery UI datepicker.
![Days From Now Screenshot](./JqueryUI-Days-From-Now/raw/master/dfn.PNG "Days From Now")This horrible bloat of a hack is a modification of [The JQuery UI Timepicker Add On](https://github.com/trentrichardson/jQuery-Timepicker-Addon).
Using the aforementioned code, I modified the JQuery UI picker (theme friendly) to show the number of days from the current date. This is useful
in situations where a contract is mandated to exist X days from today, instead of knowing a particular date.Eventually?
-----------
The plugin could use the following modifications:
* Clean up old Timepicker logic that is not used.
* Pass a parameter to use for date difference base, but have it default to today
* Use a text box instead of a span, so user can enter number of days and have the date automatically select