-
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 (skeletons): dynamically augment availableFormats #271
Labels
Milestone
Comments
This was referenced Mar 18, 2015
vectart
added a commit
to vectart/globalize
that referenced
this issue
Jul 15, 2015
vectart
added a commit
to vectart/globalize
that referenced
this issue
Jul 15, 2015
vectart
added a commit
to vectart/globalize
that referenced
this issue
Jul 15, 2015
Dynamically augment availableFormats Fixes globalizejs#271
Strate
added a commit
to megaplan/globalize
that referenced
this issue
Mar 22, 2016
reimplements globalizejs#462
Strate
added a commit
to megaplan/globalize
that referenced
this issue
Mar 22, 2016
Strate
pushed a commit
to Strate/globalize
that referenced
this issue
Apr 2, 2016
Dynamically augment availableFormats Fixes globalizejs#271
Strate
added a commit
to Strate/globalize
that referenced
this issue
Apr 3, 2016
Rework of `getBestMatchPattern` algorithm - properly handle close parts of sekletons, i.e. `L` and `M` - better distance calculating Call to `getBestMatchPattern` before splitting skeleton to date and time parts Add a lot of test cases to `expandPattern` function. Fixes globalizejs#271
Any news on this topic? I wanted to use the skeleton "MMMM" with Globalize set to German, but I ended up with that exact same error message E_UNSUPPORTED: Unsupported {"feature": "year pattern Any chance that this will be fixed anytime soon? |
Hi @rxaviers, I would love to help you out here, but my Javascript skills are too basic. I'm sorry! |
rxaviers
pushed a commit
to rxaviers/globalize
that referenced
this issue
Mar 13, 2017
Dynamically augment availableFormats Fixes globalizejs#271
rxaviers
pushed a commit
to rxaviers/globalize
that referenced
this issue
Mar 13, 2017
Rework of `getBestMatchPattern` algorithm - properly handle close parts of sekletons, i.e. `L` and `M` - better distance calculating Call to `getBestMatchPattern` before splitting skeleton to date and time parts Add a lot of test cases to `expandPattern` function. Fixes globalizejs#271
rxaviers
pushed a commit
to rxaviers/globalize
that referenced
this issue
Mar 14, 2017
rxaviers
pushed a commit
to rxaviers/globalize
that referenced
this issue
Mar 14, 2017
Rework of `getBestMatchPattern` algorithm - properly handle close parts of sekletons, i.e. `L` and `M` - better distance calculating Call to `getBestMatchPattern` before splitting skeleton to date and time parts Add a lot of test cases to `expandPattern` function. Fixes globalizejs#271
rxaviers
added a commit
to rxaviers/globalize
that referenced
this issue
Mar 14, 2017
rxaviers
added a commit
to rxaviers/globalize
that referenced
this issue
Mar 14, 2017
rxaviers
added a commit
to rxaviers/globalize
that referenced
this issue
Mar 14, 2017
rxaviers
added a commit
to rxaviers/globalize
that referenced
this issue
Mar 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WIP PR: #703 (replaced
#604and#462)As specification says:
http://www.unicode.org/reports/tr35/tr35-dates.html#availableFormats_appendItems
We need to support that on
.formatDate()
.The text was updated successfully, but these errors were encountered: