Datapicker - how to prevent dates being chosen in the past

I have read the datapicker documentation plus looked at the community questions / answers.

I don’t see how to stop a user picking a date in the past. I want the first possible date to be chosen as the current date.

How should I do this please ?

datetime_attributes

Hello, use the dynamic attributes and add a min date to your date picker.

@Teodor
I have a datepicker with Dynamic Attribute Min Date = today
I would like Min Date = tomorrow
It’s possible?

Thank you

Use the formatter to add a day.

Screenshot 2022-08-02 at 11.23.18

Yes but with Today not work

What is not working? Show an example of what are you doing and whats bot working exactly.