mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Delete test file
This commit is contained in:
parent
a7b43d5b57
commit
5c4421dc38
2 changed files with 2 additions and 109 deletions
|
|
@ -385,8 +385,8 @@ export class ExporterExcel {
|
|||
}
|
||||
//add data +8 hours
|
||||
function addTZhours(jdate) {
|
||||
let curdate = new Date(jdate);
|
||||
let checkCorrectDate = moment(curdate);
|
||||
const curdate = new Date(jdate);
|
||||
const checkCorrectDate = moment(curdate);
|
||||
if (checkCorrectDate.isValid()) {
|
||||
return curdate;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue