badoualy / datepicker-timeline

An infinite scrolling timeline to pick a date
MIT License
464 stars 71 forks source link

Ensure indices used in substring() are within length #21

Closed MrHadiSatrio closed 6 years ago

MrHadiSatrio commented 6 years ago

Made in response to #20. This PR will safeguard indices being used in substring() calls not to exceed the string's own length.