diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-06-04 08:46:24 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-06-04 08:46:24 -0400 |
commit | 1810c3d42f9ec9c6b74653b6ef70ed1d2f1d8019 (patch) | |
tree | bb668a8387ab19a568ab16374e3ab2f8474cd6cf /src/docs/examples.html | |
parent | 3bf1c76614692ea2cc25a379dc6af997c53f8127 (diff) | |
download | jQuery-Timepicker-Addon-1810c3d42f9ec9c6b74653b6ef70ed1d2f1d8019.zip jQuery-Timepicker-Addon-1810c3d42f9ec9c6b74653b6ef70ed1d2f1d8019.tar.gz jQuery-Timepicker-Addon-1810c3d42f9ec9c6b74653b6ef70ed1d2f1d8019.tar.bz2 |
Documentation updates
Diffstat (limited to 'src/docs/examples.html')
-rw-r--r-- | src/docs/examples.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/docs/examples.html b/src/docs/examples.html index 77dd2ef..587b0f1 100644 --- a/src/docs/examples.html +++ b/src/docs/examples.html @@ -51,6 +51,20 @@ $('#basic_example_3').datetimepicker({ </pre> </div> + + <!-- ============= example --> + <div class="example-container"> + <p>Timepicker comes with a collection of localization files and one combined file with all available localizations. $.timepicker.regional["your localization code here"] is a simple object with preset options:</p> + <div> + <input type="text" name="basic_example_4" id="basic_example_4" value="" /> + </div> +<pre> +$('#basic_example_4').timepicker( + $.timepicker.regional['es'] +); +</pre> + </div> + <h3 id="timezone_examples">Using Timezones</h3> <!-- ============= example --> |