Skip to content

Commit 1d78aaa

Browse files
Fix example
1 parent 522d0b4 commit 1d78aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ <h3 id="timezone_examples">Using Timezones</h3>
520520
</div>
521521
<pre>
522522
$('#timezone_example_1').datetimepicker({
523-
timeFormat: 'hh:mm z',
523+
timeFormat: 'hh:mm tt z',
524524
showTimezone: true
525525
});
526526
</pre>

0 commit comments

Comments
 (0)