Skip to content

Commit

Permalink
prop works
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmojicatech committed Jan 29, 2023
1 parent d2febb3 commit de12396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pmt-calendar/src/components/month-view/month-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class MonthViewComponent {

render() {
return (
<div>{this.currentDate}</div>
<div>{this.currentDate.toLocaleDateString()}</div>
);
}
}

0 comments on commit de12396

Please sign in to comment.