You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DateInRegion's .formatter property should be publicly accessible in order to get/set .useSharedFormatters property (by default is set to true).
This allows the user to use a shared - per thread - formatter or create automatically a new one for each instance of DateInRegion.
Usually user don't need to create a new formatter for each date because it's an expensive operation; however we want to make it possible to cover all cases.
The text was updated successfully, but these errors were encountered:
malcommac
changed the title
DateInRegion's .formatter should be publicly accessible
DateInRegion's .formatter.useSharedFormatters should be publicly accessible
Oct 2, 2016
DateInRegion
's.formatter
property should be publicly accessible in order to get/set.useSharedFormatters
property (by default is set totrue
).This allows the user to use a shared - per thread - formatter or create automatically a new one for each instance of
DateInRegion
.Usually user don't need to create a new formatter for each date because it's an expensive operation; however we want to make it possible to cover all cases.
The text was updated successfully, but these errors were encountered: