
Public Member Functions | |
| AjaxDatePickerExample (WOContext context) | |
Public Attributes | |
| String | customFormat = "dd MMM yyyy" |
| NSTimestamp | customValue = new NSTimestamp() |
| Format | formatter = new NSTimestampFormatter("%m/%d/%Y") |
| NSArray< String > | frenchDays |
| Format | frenchFormatter = new NSTimestampFormatter("%e %b %Y", new DateFormatSymbols(Locale.FRENCH)) |
| NSArray< String > | frenchMonths |
| NSTimestamp | someValue = new NSTimestamp() |
| AjaxDatePickerExample | ( | WOContext | context | ) |
| String customFormat = "dd MMM yyyy" |
| NSTimestamp customValue = new NSTimestamp() |
| Format formatter = new NSTimestampFormatter("%m/%d/%Y") |
| NSArray<String> frenchDays |
Initial value:
new NSArray<String>(new String[]{ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"})
| Format frenchFormatter = new NSTimestampFormatter("%e %b %Y", new DateFormatSymbols(Locale.FRENCH)) |
| NSArray<String> frenchMonths |
Initial value:
new NSArray<String>(new String[]{ "janvier", "f�vrier", "mars", "avril", "mai", "juin", "juillet", "ao�t", "septembre", "octobre", "novembre", "d�cembre"})
| NSTimestamp someValue = new NSTimestamp() |
1.5.8