Questions tagged [jsdatepick]
3 questions
2
votes
2 answers
How to display year selection control with jsDatePick
Working with the jsDatePick control, I want to display year selector controls like this example with the year selector controls visible >>:
But I can only get it to display with the month selector controls only:
My control is declared as…

Roy Hinkley
- 10,111
- 21
- 80
- 120
0
votes
2 answers
How to parse date string correctly
I have datestring, image this is 2021-03-05T18:23:42.
I need to create new Date() from this, BUT
new Date('2021-03-05T18:23:42') will return date in timezone of current user's browser.
But I need to create new Date() in Grinvich (basic) timezone.…

Андрій Грушецький
- 69
- 6
0
votes
2 answers
js-datepicker mutiple inputs with the same class
I'm using this js-datepicker plugin (https://www.npmjs.com/package/js-datepicker). The problem is I have a lot of fields I want to apply the same type of date picker so presumed I could just give them all a class of say 'year', however it only…

karl
- 321
- 3
- 16