Date Picker From a Web Page

This date picker comes from a web page; it’s a refresh of their site (the previous one was a bit smaller).

Everything is here, all at a click.

I really love it.

1 Like

it is a fun exercice to make one like this using a container control.

1 Like

Probably.

For my use, it was very simple:
a TextField with mask (##/##/####), a tip (JJ/MM/AAA),
on TextField.LotFocus, assign the passed date to a DateTime Property.
If it is OK, go ahead,
else, beep, clear the TextField and let the User retype the correct date.
Tooks far more time to thing at how to do it efficiently than to implement it (for once).

Have a nice Sunday.