DATE FORMAT HELP to DD-MM-YYYY

You can set it in the format property of the date picker:

image

Set it to %d-%m-%Y

Here are the python docs for datetime format codes (Which anvil date pickers rely on):

2 Likes