Append original file on bulk import #26
This commit is contained in:
parent
aa7659ee1f
commit
68654d97e7
2 changed files with 54 additions and 27 deletions
|
|
@ -141,7 +141,7 @@ export function markdownTable(content: string[][]): string {
|
|||
}
|
||||
|
||||
export function dateToString(date: Date) {
|
||||
return `${date.getMonth()}-${date.getDay()}-${date.getFullYear()}`;
|
||||
return `${date.getMonth() + 1}-${date.getDate()}-${date.getFullYear()}`;
|
||||
}
|
||||
|
||||
export function timeToString(time: Date) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue