Wish DatePicker Enhancement?

BlueVision

Well-Known Member
Licensed User
Longtime User
In the date picker, the current week always appears before the days of the week. Is it possible to select this week by clicking on it?
In principle, you can of course calculate the week. The real problem is the date picker itself. It could automatically provide this information when you click on the number of the week. This would save yourself the query as to whether a specific day or perhaps the entire week should be selected.

Currently, the date picker generates a tick value from which the corresponding date can be calculated. Equally, when clicking on the week, the value returned could simply be the week of the year.
 
Last edited:
Top