Grammalecte  Diff

Differences From Artifact [de4d3b5e04]:

To Artifact [f30dbe242e]:


1

2
3
4
5
6
7
8
//// GRAMMAR CHECKING ENGINE PLUGIN


// Check date validity

// WARNING: when creating a Date, month must be between 0 and 11


const _lDay = ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"];

>







1
2
3
4
5
6
7
8
9
//// GRAMMAR CHECKING ENGINE PLUGIN
/*jslint esversion: 6*/

// Check date validity

// WARNING: when creating a Date, month must be between 0 and 11


const _lDay = ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"];