diff --git a/index.html b/index.html index d56637f..6ed0b71 100644 --- a/index.html +++ b/index.html @@ -476,7 +476,7 @@

What is this?

-
+
Inline time picker : Alternate field : @@ -670,60 +670,124 @@

What is this?

+ + + +
+ +
+ Example to disable and re-enable a timepicker. + +
+ +
+ + +
+
+ +
+ +
+ [Show code] +
+ +
+
+ + + +
+ + + +
- Example to disable and re-enable a timepicker. -
-
- -
-
- + Set the timepicker date with a Date object and get the selected time as a Date object
- -
- [Show code] +
+ +
+ +
+ +
+ Also, note that in the returned date object, the time is correct but the yeat/month/day part of the date is wrong, you have to extract the time of the object. +
+ [Show code] +
+
- + -
+ + +
@@ -849,6 +913,9 @@

Requirements :

Releases :

+
0.3.2 - ???
+
Added support for Date object with the setTime and getTimeAsDate function - thanks AAverin
+
0.3.1 - 19 July 2012
Added the "destroy" method.
Fixed a bug in the deselect function, thanks Kazu.