mixinafReflux::LocaleFormat
afReflux::LocaleFormat
@Js
(Service) - Subclass to customise how dates and numbers are displayed in Reflux.
Override the default implementation with your own. In your AppModule:
static Void defineServices(ServiceDefinitions defs) {
defs.overrideByType(LocaleFormat#).withImpl(MyLocaleFormatImpl#)
}