Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Datepicker week starting day #203

Closed
kikar opened this issue May 8, 2017 · 1 comment
Closed

Datepicker week starting day #203

kikar opened this issue May 8, 2017 · 1 comment

Comments

@kikar
Copy link

kikar commented May 8, 2017

Would be nice to have an option for the datepicker to choose on what day the week should start

@laurentperroteau
Copy link

Pending evolution, you can extend DateLocal class :

// app.module.ts
providers: [
  { provide: DateLocale, useClass: Md2DatepickerDateLocaleService }},
],

// md2-datepicker-date-locale.service.ts
@Injectable()
export class Md2DatepickerDateLocaleService extends DateLocale {
  firstDayOfWeek = 1; // Override original property
} 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants