felixge / felixge/node-dateformat
Hermes Invalid Date with dateFormat
Aperta
- Lingua principale
- JavaScript
- Stelle
- 1.3k
- Fork
- 155
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When using dateFormat with hermes engine, we are getting Invalid Date as error
```JS
let myDate = dateFormat("06 Sep 2024", "dd mmm yyyy");
console.log(myDate);
```
It gives error while formatting date string to "dd mmm yyyy" format
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.