How do I check the day number selected in DatePicker?

How do I check the day number selected in DatePicker?

For example. If someone selects the next Tuesday of this year's March 2022 month, then the user should get it as 22 March, and when he selects next Friday he gets 25 March, is this possible? This will apply in every single date selected by the user.

I do not want to do this with any extension, if that's the case...

One way is

2 Likes

Can we also hardcode the date? because my app will use date detection technique

Another way

1 Like

One thing I want to tell you, are these blocks correct?

blocks (3)

All you have to do is to debug your blocks using Do it and see

1 Like

Thanks very much! :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.