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
I'm trying to migrate some code from globalize 0.x to 1.x, and I've run across code that relies on Globalize.culture().calendar[":"] to determine the delimiter between parts of a time. So far I haven't been able to find any such equivalent in the CLDR data.
Is there an equivalent that I've missed? Or a way to reliably calculate an equivalent?
The text was updated successfully, but these errors were encountered:
I'm trying to migrate some code from globalize 0.x to 1.x, and I've run across code that relies on
Globalize.culture().calendar[":"]
to determine the delimiter between parts of a time. So far I haven't been able to find any such equivalent in the CLDR data.Is there an equivalent that I've missed? Or a way to reliably calculate an equivalent?
The text was updated successfully, but these errors were encountered: