You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great tool :)
Since my user cannot select the time (expected behavior), i would like to set to midnight (00:00:00 GMT+0200).
Currently, it is set by default to 12:00:00 GMT+0200
Indeed, when i'm calling my backend with this date, i miss some data since it is waiting for midnight
Hi, great tool :)
Since my user cannot select the time (expected behavior), i would like to set to midnight (00:00:00 GMT+0200).
Currently, it is set by default to 12:00:00 GMT+0200
Indeed, when i'm calling my backend with this date, i miss some data since it is waiting for midnight
I have a simple usage of this component :
onDateChange={onDateChange}
startFromMonday={true}
weekdays={['Lun','Mar','Mer','Jeu','Ven','Sam','Dim']}
textStyle={{
color: "#ffffffde",
fontWeight: "600"
}}
Many thanks :)
The text was updated successfully, but these errors were encountered: