medikoo / es5-ext

ECMAScript extensions (with respect to upcoming ECMAScript features)
ISC License
168 stars 81 forks source link

Remove date.format #80

Open medikoo opened 6 years ago

medikoo commented 6 years ago

Recommended way should be to rely natively available formatters, toISOString for programmatically consumable formatting and toLocaleString for human readable format.

Any other custom handling should not be encouraged and if for some reason needed, handled by external libraries as dateformat