r2835 - datepicker: fixed dateFormat example

r2835 - datepicker: fixed dateFormat example


Author: pazu2k@gmail.com
Date: Wed Jun 24 00:40:14 2009
New Revision: 2835
Modified:
trunk/demos/datepicker/date-formats.html
Log:
datepicker: fixed dateFormat example
Modified: trunk/demos/datepicker/date-formats.html
==============================================================================
--- trunk/demos/datepicker/date-formats.html    (original)
+++ trunk/demos/datepicker/date-formats.html    Wed Jun 24 00:40:14 2009
@@ -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>