Skip to content
Snippets Groups Projects
Commit badfff8c authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Problème d'affichage de mois

parent 5c5bf4e5
No related branches found
No related tags found
No related merge requests found
Pipeline #36772 passed
......@@ -111,7 +111,7 @@ export default {
{
let mois = [];
const dateObj = new Date();
const dateObj = new Date(2000, 0, 1);
for (let i = 1; i <= 12; i++) {
dateObj.setMonth(i - 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment