-MOD_JDSCF_OPTIONS_CALENDAR_DATE_FOMRAT_DESC="It will be used to format date input<br/><br/><table width="260" border="1" cellspacing="0"> <tr> <td>DD</td> <td>Day of the month, 2 digits with leading zeros</td> <td>01 to 31</td> </tr> <tr> <td>ddd</td> <td>A textual representation of a day, three letters</td> <td>Mon through Sun</td> </tr> <tr> <td>dddd</td> <td>A full textual representation of the day of the week</td> <td>Sunday through Saturday</td> </tr> <tr> <td>Do</td> <td>English ordinal suffix with the day of the month, 2 characters with date.</td> <td>st, nd, rd or th</td> </tr> <tr> <td>Do</td> <td>English ordinal suffix with the day of the month, 2 characters with date.</td> <td>01st, 02nd, 03rd or Nth</td> </tr> <tr> <td>MM</td> <td>Numeric representation of a month, with leading zeros</td> <td>01 through 12</td> </tr> <tr> <td>MMM</td> <td>A short textual representation of a month, three letters</td> <td>Jan through Dec</td> </tr> <tr> <td>MMMM</td> <td>A full textual representation of a month, such as January or March</td> <td>January through December</td> </tr> <tr> <td>YY</td> <td>A two digit representation of a year</td> <td>99 or 03</td> </tr> <tr> <td>YYYY</td> <td>A full numeric representation of a year, 4 digits</td> <td>1999 or 2003</td> </tr></table>"
0 commit comments