dev #64

Merged
Thibaut merged 3 commits from dev into master 2025-11-14 15:55:53 +00:00
Showing only changes of commit cf5d93630f - Show all commits

View File

@ -169,6 +169,10 @@ function FileOutput() {
certifDate: e.certif ? new Date(e.certif.split("¤")[1]) : '',
}
if (isNaN(tmp.certifDate) || tmp.certifDate === 'NaN') {
tmp.certifDate = ''
}
//tmp.birthdate.setMilliseconds(0);
//tmp.birthdate.setSeconds(0);
//tmp.birthdate.setMinutes(0);