Skip to content
Snippets Groups Projects
Commit ce68c06e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix start date of week

parent 95199d24
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ export class AppDateAdapter extends NativeDateAdapter {
private _to2digit(n: number) {
return ('00' + n).slice(-2);
}
getFirstDayOfWeek(): number {
return 1;
}
}
export const APP_DATE_FORMATS =
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment