cnumr / lighthouse-plugin-ecoindex

This plugin is a wrapper of ecoindex for lighthouse.
https://www.npmjs.com/package/lighthouse-plugin-ecoindex
Other
2 stars 1 forks source link

Déclatation environnementales > Invalid Date #2

Closed hrenaud closed 6 months ago

hrenaud commented 7 months ago

Lors de la génération du HTML ou du Markdown, la date de sortie est noté comme invalide, c'est donc surement la méthode qui doit être en erreur.

Handlebars.registerHelper('toDateString', function (date) {
  const _date = new Date(date)
  return _date.toDateString()
})
hrenaud commented 6 months ago

Fixed