Replies: 3 comments
-
I think the format string is what decided the min view mode. At least in v5. View mode in your example is working correctly. That option is just to change the starting view mode for example if you wanted to use it as a birthday picker. If you want to restrict that min view (e.g. can't select day) then turn on/off the display components. components: {
clock: false,
date: false //<--- month and year only
}, |
Beta Was this translation helpful? Give feedback.
-
Unfortunately with the year component set to tru it is not possible to pick a date (or a year for this situation) |
Beta Was this translation helpful? Give feedback.
-
How can we modify the datepicker date display values? Right now my month is "August 22" but I want "August 2022". The days are Mon, Tue, Wed... but I want "Mo, Tu, We". I'm using Tempus Dominus v6. Please advise. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi,
if you change the viewMode via updateOptions its set correctly but not changed in the options object.
An example:
If you set the viewMode to 'calendar' and change it then to 'month' you can still drill down to the days. That is not the expected behaviour and worked in previous versions properly.
Operatingsystem: Ubuntu/Windows
Browser: Chrome (but I'm pretty sure thats not important)
Version: v6.0.0-alpha14
https://jsfiddle.net/amigian74/3avnxtc8/11/
Thx in advance
Beta Was this translation helpful? Give feedback.
All reactions