aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/date-formats.html
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2009-06-24 07:40:14 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2009-06-24 07:40:14 +0000
commitcfe9a275c91124803f24417a97a1b4b8f6abaab5 (patch)
tree7a83085ed58d1d293a27e083d425094bc00b7060 /demos/datepicker/date-formats.html
parent681bcc4ad06def86eeceabb8b8a062d36148cd5e (diff)
downloadjquery-ui-cfe9a275c91124803f24417a97a1b4b8f6abaab5.tar.gz
jquery-ui-cfe9a275c91124803f24417a97a1b4b8f6abaab5.zip
datepicker: fixed dateFormat example
Diffstat (limited to 'demos/datepicker/date-formats.html')
-rw-r--r--demos/datepicker/date-formats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/date-formats.html b/demos/datepicker/date-formats.html
index a8712ec8d..6150a04f5 100644
--- a/demos/datepicker/date-formats.html
+++ b/demos/datepicker/date-formats.html
@@ -24,8 +24,8 @@
<select id="format">
<option value="mm/dd/yy">Default - mm/dd/yy</option>
<option value="yy-mm-dd">ISO 8601 - yy-mm-dd</option>
- <option value="d M, y">Short - d M, yy</option>
- <option value="d MM, y">Medium - d MM, yy</option>
+ <option value="d M, y">Short - d M, y</option>
+ <option value="d MM, y">Medium - d MM, y</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>