A lot of our users rely on week numbers when discussing certain dates. However the current datepicker available in the Universal GUI does not show week numbers. It would make their experience better when it is shown.
Great idea!
This would greatly enhance the user experience
It’s also a bit inconsistent that week numbers can be shown in the scheduler, but not the date picker. This is actually something that is needed for our client in the agricultural sector
Little insights on it, Universal GUI uses <input type="date" /> (info). Doesn't seem to be an easy way of enabling week numbers with this input type. To have week numbers, we may need to introduce a different component to do this.
All the votes have been transferred into this idea.
if thinkwise uses jquery with jquery UI. This should be fairly easy:
<script>
$(function() {
$("#datepicker").datepicker({
showWeek: true
});
});
</script>
Little insights on it, Universal GUI uses <input type="date" /> (info). Doesn't seem to be an easy way of enabling week numbers with this input type. To have week numbers, we may need to introduce a different component to do this.
Is this (still) the reason that this idea is not put in the backlog? Or does it not have enough votes?
I’m asking because this would be very useful for our client, thanks!
Once that is finalized (hopefully by end of this Sprint), we can consider implementing this Idea.
FYI: got some exiting news today, it seems safe to add this to the scope of replacing the Calendar Controls. All going well this means it will be delivered with Universal GUI 2024.3.11 by end of the Sprint!
Sneak preview:
Good work! Never thought I would get this excited over week numbers
As Arie already promised, this idea is available in the release candidate of 2024.3.11. You can download it now in TCP.
The official release will be next week.
Shouldn't the week start on monday and end on sunday according to most standards like ISO?
Shouldn't the week start on monday and end on sunday according to most standards like ISO?
I believe it is derived from your browser settings. This is how mine looks:
I’m really happy to see this feature in our application and I'm also a big fan of the other changes that were made to the datepicker
Shouldn't the week start on monday and end on sunday according to most standards like ISO?
I believe it is derived from your browser settings. This is how mine looks:
Mark, could you point out the specific browser setting? I've seen this feature on a couple of machines/browsers now and all of them have the Sunday as the first day of the week.
I tried it a bit but it seems like when the Language of your application is set to English, the first day of the week is Sunday, whilst if you use Nederlands, the first day is Monday.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.