I have some users that want to type in dates when using the date input widget.
With this code
import streamlit as st
dates = st.date_input(‘Enter dates’,)
st.write(dates)
It seems impossible to manually type in the end date when the day is a two digit number.