Skip to content

A simple polyfill for javascript Date object. It overrides the toLocaleDateString function when in a browser that does not support the locale.

Notifications You must be signed in to change notification settings

hungryhub-team/Date-polyfill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

The Date.toLocaleDateString polyfill is used to fill in unsupported behavior in Mozilla, Safari, and older browser versions

For more information about how the toLocaleDateString function works, please visit 
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString

If there are specific locales you are familiar with, please add them to the working locales. 

About

A simple polyfill for javascript Date object. It overrides the toLocaleDateString function when in a browser that does not support the locale.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%