From 422c84f5114e5599578a388aced4929b5fa00a81 Mon Sep 17 00:00:00 2001
From: Musachy Barroso
+ * It is possible to customize the user-visible formatting with either the + * 'formatLength' (long, short, medium or full) or 'displayFormat' attributes. By defaulty current + * locale will be used.
+ * + * + * Syntax supported by 'displayFormat' aree (http://www.unicode.org/reports/tr35/tr35-4.html#Date_Format_Patterns):- *| Format | *Description | *||
| #dd | - *Display day in two digits format | + *d | + *Day of the month | *
| #d | - *Try to display day in one digit format, if cannot use 2 digit format | + *D | + *Day of year | *
| #MM | - *Display month in two digits format | + *M | + *Month - Use one or two for the numerical month, three for the abbreviation, or four for the full name, or 5 for the narrow name. | *
| #M | - *Try to display month in one digits format, if cannot use 2 digit format | + *h | + *Hour [1-12]. | *
| #yyyy | - *Display year in four digits format | + *H | + *Hour [0-23]. | *
| #yy | - *Display the last two digits of the yaer | + *m | + *Minute. Use one or two for zero padding. | *
| #y | - *Display the last digits of the year | + *s | + *Second. Use one or two for zero padding. | *
- * It is possible to customize the user-visible formatting with either the - * formatLength or displayFormat attributes. The value sent to the server is + * The value sent to the server is * typically a locale-independent value in a hidden field as defined by the name * attribute. RFC3339 representation is used by default, but other options are * available with saveFormat