summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5668f0b..99a19fe 100644
--- a/index.html
+++ b/index.html
@@ -525,8 +525,7 @@ $('#basic_example_2').timepicker();
</div>
<pre>
$('#basic_example_3').datetimepicker({
- timeFormat: "hh:mm tt",
- parse: 'loose'
+ timeFormat: "hh:mm tt"
});
</pre>
</div>