Hi;
In Spec says that
"Date values are parsed by the DateFormat.getDateTimeInstance().parse()."
But it does not specifies any default locale specific information. So one format/Locale defined in the XML does not work for other Locales than its defined locale. So is there any default formatting/Locale ? (For example : SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ") as a default).
Thanks;
Gurkan