We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you try to use meow between 12:00 and 12:59 am, the DatePicker doesn't work because the default time (current time) is incorrect.
For example, at 12:08 am, this.props.pub_time is 24:08:00 instead of 00:08:00 in Sidebar.js
this.props.pub_time
24:08:00
00:08:00
Stack Overflow mention on the issue
The text was updated successfully, but these errors were encountered:
matthewyu01
No branches or pull requests
When you try to use meow between 12:00 and 12:59 am, the DatePicker doesn't work because the default time (current time) is incorrect.
For example, at 12:08 am,
this.props.pub_time
is24:08:00
instead of00:08:00
in Sidebar.jsStack Overflow mention on the issue
The text was updated successfully, but these errors were encountered: