diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-08 22:28:45 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-08 22:28:45 +0000 |
commit | 7f3ac69accf4f3408023cee38e01121c2383008e (patch) | |
tree | 8d07833fb0bd6bbe0a855eda0fc1e621bd38a323 /demos/datepicker | |
parent | ad6baf24449b51e454bb2fe944db76b62d232cd8 (diff) | |
download | jquery-ui-7f3ac69accf4f3408023cee38e01121c2383008e.tar.gz jquery-ui-7f3ac69accf4f3408023cee38e01121c2383008e.zip |
Fixed some spacing issues for the format dropdown and added a label.
Diffstat (limited to 'demos/datepicker')
-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 --> |