fix: certifDate NaN all membre export
This commit is contained in:
parent
7410569ced
commit
cf5d93630f
@ -169,6 +169,10 @@ function FileOutput() {
|
|||||||
certifDate: e.certif ? new Date(e.certif.split("¤")[1]) : '',
|
certifDate: e.certif ? new Date(e.certif.split("¤")[1]) : '',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isNaN(tmp.certifDate) || tmp.certifDate === 'NaN') {
|
||||||
|
tmp.certifDate = ''
|
||||||
|
}
|
||||||
|
|
||||||
//tmp.birthdate.setMilliseconds(0);
|
//tmp.birthdate.setMilliseconds(0);
|
||||||
//tmp.birthdate.setSeconds(0);
|
//tmp.birthdate.setSeconds(0);
|
||||||
//tmp.birthdate.setMinutes(0);
|
//tmp.birthdate.setMinutes(0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user