Fixed some spacing issues for the format dropdown and added a label.

This commit is contained in:
Todd Parker 2009-01-08 22:28:45 +00:00
parent ad6baf2444
commit 7f3ac69acc

View File

@ -18,7 +18,9 @@
<div class="demo">
<p>Date: <input type="text" id="datepicker" size="30"/>&nbsp;
<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 -->