File tree Expand file tree Collapse file tree 2 files changed +160
-210
lines changed
Expand file tree Collapse file tree 2 files changed +160
-210
lines changed Original file line number Diff line number Diff line change @@ -740,15 +740,17 @@ <h3 id="utility_examples">Utilities</h3>
740740 < div class ="example-container ">
741741 < p > Get and Set Datetime:</ p >
742742 < div >
743- < input type ="text " name ="utility_example_1 " id ="utility_example_1 " value ="" />
743+ < input type ="text " name ="utility_example_1 " id ="utility_example_1 " value ="08/25/2012 08:41 pm " />
744744 < button id ="utility_example_1_setdt " value ="1 "> Set Datetime</ button >
745745 < button id ="utility_example_1_getdt " value ="1 "> Get Datetime</ button >
746746 </ div >
747747
748748< pre >
749749var ex13 = $('#utility_example_1');
750750
751- ex13.datetimepicker();
751+ ex13.datetimepicker({
752+ ampm: true
753+ });
752754
753755$('#utility_example_1_setdt').click(function(){
754756 ex13.datetimepicker('setDate', (new Date()) );
You can’t perform that action at this time.
0 commit comments