-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date: Handle {_value, _number}
entries
#378
Comments
I'm now trying to get familiar with Globalize by fixing some issues. I have some problem looking for the '/main/haw/.../dateFormats/short'. Can you offer me some help? @rxaviers |
Where exactly do you need help? Can you provide me an info of what you have On Tuesday, March 17, 2015, Da Cui notifications@github.com wrote:
+55 (16) 98138-1582, +1 (415) 568-5854, skype: rxaviers |
I think I'v picked a hard one. May you give me an easy issue so that I can get involved in Globalize for GSoC? @rxaviers |
@MelodyCuida anything labelled help wanted is good to look at. I recommend checking #359, #360, #361, #362; maybe also #319 or #274. If you want to implement a new feature (extending the API), check #252. |
@jzaefferer Thank you for your help! |
Add frament caching note into README [ci skip]
Globalize("haw").formatDate(new Date(), {datetime: "short"})
throwsError: E_UNSUPPORTED: Unsupported {"feature":"timezone pattern
v"}
. But, what happens is that/main/haw/.../dateFormats/short
is actually an object instead of a string (expected).haw
andhaw-US
seems to be the only locales affected.The text was updated successfully, but these errors were encountered: