Skip to content

Commit

Permalink
Merge pull request #468 from munierujp/refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
halsk committed Jan 8, 2024
2 parents c3025bf + 70a70ff commit 7c35889
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 7c35889

Please sign in to comment.