-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resetting the calendar #52
Comments
I am not fully understanding the question, can you please provide code examples? I don't fully understand what you mean by 'change the zone'. |
If you see the start date and end date & the calendar selection, both are different. Here is the code for the Calendar class TimeRangeFilter extends Component { render() { export default TimeRangeFilter; And this is how i trigger it Note: I am using moment-timezone |
Hi, I am passsing the start and end time as props to the components, so when i give and option to change the zone, the start and end time changes, but the calendar shows the old time. So how do i re render or is there something else that i am missing.
The text was updated successfully, but these errors were encountered: