I'm currently incorporating Moment.js into my project and parsing a normal date string like "21-jun-2020". However, I've noticed that the parse result differs between Chrome and Firefox.
_d: Mon Jun 21 2021 00:00:00 GMT+0530 (India Standard Time)
For Firefox:
_d: Date Thu Jun 21 -2021 00:00:00 GMT+0553 (India Standard Time)
Is there any method to ensure a consistent result across both browsers?