I try to get all date/time format pattern in GWT, using DateTimeFormat.PredefinedFormat to get all pattern of the current locale. but how can i get all pattern for an other locale.
I try to get all date/time format pattern in GWT, using DateTimeFormat.PredefinedFormat to get
Share
I found a way, not the generic way what i want, but in this case it works. Perhaps has someone a better solution.