diff options
-rw-r--r-- | demos/datepicker/date_formats.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/demos/datepicker/date_formats.html b/demos/datepicker/date_formats.html index 6ecd2b51c..8ad295d7b 100644 --- a/demos/datepicker/date_formats.html +++ b/demos/datepicker/date_formats.html @@ -18,7 +18,9 @@ <div class="demo"> -<p>Date: <input type="text" id="datepicker" size="30"/> +<p>Date: <input type="text" id="datepicker" size="30"/></p> + +<p>Format options:<br /> <select id="format"> <option value="mm/dd/yy">Default - mm/dd/yy</option> <option value="yy-mm-dd">ISO 8601 - yy-mm-dd</option> @@ -26,7 +28,8 @@ <option value="d MM, y">Medium - d MM, yy</option> <option value="DD, d MM, yy">Full - DD, d MM, yy</option> <option value="'day' d 'of' MM 'in the year' yy">With text - 'day' d 'of' MM 'in the year' yy</option> - </select></p> + </select> +</p> </div><!-- End demo --> |