diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-10-25 15:10:31 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-10-25 15:10:31 -0400 |
commit | 1d78aaa2b4087cd20b19f47c617d4e59f12f0a35 (patch) | |
tree | 13c7d6aad45b8f9065fe526e83c07d4181fdd7e8 /index.html | |
parent | 522d0b4ed18370c929dc4f47e6468506d258d913 (diff) | |
download | jQuery-Timepicker-Addon-1d78aaa2b4087cd20b19f47c617d4e59f12f0a35.zip jQuery-Timepicker-Addon-1d78aaa2b4087cd20b19f47c617d4e59f12f0a35.tar.gz jQuery-Timepicker-Addon-1d78aaa2b4087cd20b19f47c617d4e59f12f0a35.tar.bz2 |
Fix example
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -520,7 +520,7 @@ $('#basic_example_3').datetimepicker({ </div> <pre> $('#timezone_example_1').datetimepicker({ - timeFormat: 'hh:mm z', + timeFormat: 'hh:mm tt z', showTimezone: true }); </pre> |