Picking date through a Calendar Widget

Hi

I am trying to pick the date through a calendar widget . Currently i am using the drop down using Date, Month and Year , but it would be nice to have a calendar widget .Read through the documentation , but could not find the option. Can anyone suggest a work around or customization ?

streamlit have API st.date_input()

streamlit. date_input ( label , value=None , min_value=None , max_value=None , key=None )
link:
https://docs.streamlit.io/en/stable/api.html