Changeset 801568
- Timestamp:
- 11/09/2013 01:59:32 PM (12 years ago)
- File:
-
- 1 edited
-
contact-form-7-datepicker/trunk/datetimepicker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-datepicker/trunk/datetimepicker.php
r801563 r801568 26 26 'touchonly' => true 27 27 ), 28 'hourMin' => '',29 'hourMax' => '',30 'stepHour' => '',31 'minuteMin' => '',32 'minuteMax' => '',33 'stepMinute' => '',34 'secondMin' => '',35 'secondMax' => '',36 'stepSecond' => ''28 'hourMin' => 0, 29 'hourMax' => 0, 30 'stepHour' => 1, 31 'minuteMin' => 0, 32 'minuteMax' => 0, 33 'stepMinute' => 1, 34 'secondMin' => 0, 35 'secondMax' => 0, 36 'stepSecond' => 1 37 37 ); 38 38
Note: See TracChangeset
for help on using the changeset viewer.