r1567 - trunk/demos/datepicker

r1567 - trunk/demos/datepicker


Author: fg.todd
Date: Thu Jan 8 14:28:45 2009
New Revision: 1567
Modified:
trunk/demos/datepicker/date_formats.html
Log:
Fixed some spacing issues for the format dropdown and added a label.
Modified: trunk/demos/datepicker/date_formats.html
==============================================================================
--- trunk/demos/datepicker/date_formats.html    (original)
+++ trunk/demos/datepicker/date_formats.html    Thu Jan 8 14:28:45 2009
@@ -18,7 +18,9 @@
<div class="demo">
-

Date: <input type="text" id="datepicker" size="30"/>&nbsp;
+

Date: <input type="text" id="datepicker" size="30"/>


+
+

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>









+    </select>
+





</div><!-- End demo -->