Skip to content

Commit

Permalink
Remove getPrintDate
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp committed Jan 6, 2024
1 parent 8bf0e59 commit 70a70ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/displayHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ export function getNowYMD(dt:Date, locale?:string):string{
return dt.toLocaleString('ja-JP');
}
}

export function getPrintDate(dt:Date):string{
return `このマップは ${this.getNowYMD(dt)} に印刷しました。`;
}

0 comments on commit 70a70ff

Please sign in to comment.