Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepicker doesn't show weekdays in other languages and a Setter #336

Open
Megamisama opened this issue Jul 25, 2018 · 1 comment
Open

Comments

@Megamisama
Copy link

Megamisama commented Jul 25, 2018

In the original control pickdate.js you can change the weekdays of the month (S M T W T F S) by filling the Pickdate.DateOptions in weekdaysShort array with values like ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'] but here only shows those values while mouse hovers over those.
http://amsul.ca/pickadate.js/date/#formats_prefill

The other problem I got is about how to set the control programmatically in a given value by me. In pickdate.js this can be archived by picker.set('select', Value). Shown in http://amsul.ca/pickadate.js/api/#item-objects but here I got no Idea.

@HeloiseH
Copy link

You can change the weekdays letter with this option :
weekdaysLetter: ['D', 'L', 'M', 'M', 'J', 'V', 'S'].

To set the value programmatically, I think you juste have to define an ngModel and set it in your component (with the correct format defined in formatSubmit option) :
[(ngModel)]="dateOfBirth" (in your html)
dateOfBirth = '2017-08-12'; (in your ts)

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

No branches or pull requests

2 participants