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
v0.6.4
Mac Chrome
The given parameter start, end has wrong date near 24 o'clock. Might be timezone issue.
start
end
calendar.on('beforeCreateSchedule', function(e) { console.log(e.start); console.log(e.end); });
The start, end parameter should be exact when near 24 o'clock.
The text was updated successfully, but these errors were encountered:
42d878c
Merge pull request #17 from nhnent/fix/16/wrong-date-near-24
405c8e2
fix: Wrong date parameter of beforeCreateSchedule callback near 24 o'click (fix #16)
fix: missing-code of #16 (ref #16)
8994704
dongsik-yoo
No branches or pull requests
Version
v0.6.4
Development Environment
Mac
Chrome
Current Behavior
The given parameter
start
,end
has wrong date near 24 o'clock.Might be timezone issue.
Expected Behavior
The
start
,end
parameter should be exact when near 24 o'clock.The text was updated successfully, but these errors were encountered: