aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/date-formats.html
diff options
context:
space:
mode:
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>