We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c176fc4 commit 56643caCopy full SHA for 56643ca
README
@@ -3,3 +3,14 @@ jQuery Timepicker Addon
3
-To use this plugin you must include jQuery and jQuery UI with datepicker and slider
4
-Include timepicker-addon script
5
-now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()
6
+
7
+-To get a days - hours - minutes duration picker do $('#selector').timepicker_with_days() and add this CSS:
8
9
+ .ui-datepicker-buttonpane{ display: none; }
10
11
+ .ui-datepicker {
12
+ width: 300px;
13
+ padding: 8px 7px 8px;
14
+ height: 55px;
15
+ margin-top: 5px;
16
+ }
0 commit comments