Setting the day, month, and year

Friends, please tell me, is it possible to set the date-month-year in the Date-picked component?

The crux of the problem: I can send the day-month-year that the user has selected to the database, but how can I get this information from the database the next time the application is loaded?

Thanks!

1 Like

Are you asking about the Date Picker component or how to use the database?

If your question is about data storage and retrieval then please specify which database you are currently using.

1 Like

Good afternoon.
Thanks for your reply.
My question is about Date Picker. I need to somehow set the date in this component, and I plan to receive the date from the database.

Regarding the database - I use Google Sheets as the database.

1 Like

Currently, you cannot update the date picker. It will take today’s date only.

1 Like

Understood. Thanks a lot!