Markandey Singh
Markandey Singh
| Browser | format (with arbitrary timezone) | formatToParts | |----------------------|------------------------------------------|------------------------------------------| | Internet Explorer 9 | intl+date-time-format-timezone pollyfill | intl+date-time-format-timezone pollyfill | | Internet Explorer 10 | intl+date-time-format-timezone pollyfill |...
Hi Guys This polyfill does not `formatToParts` We will remove the half baked support we have as of now. This support only works if you use intl polyfill, or if...
I have't tested myself, did you add all necessary locale data ?? https://codepen.io/markandey/full/vvJejz try here
@caridy @xdissent [date-time-format-timezone](https://github.com/yahoo/date-time-format-timezone) is pretty much independent, which can polyfill intl.js implementation too. I started working on similar approach what @xdissent done. Then I realized that {locale+timezone data} combination is...
@caridy yes they do work together. date-time-format-timezone has test for ie9 where intl is supported by intl.js and then timezones are supported by date-time-format-timezone . I am planning to make...
@juandopazo can you merge and publish the npm ??