-
Notifications
You must be signed in to change notification settings - Fork 21
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
startTime and endTime are not set to current date #34
Comments
Well, though I didn't participated on writing |
Hey @rubycho |
Thanks for the explanation. Unfortunately, there seems no support or functions for that purpose currently. |
@rubycho |
when I log the data of events the starttime and end time are shown like this :
Why year and month always set to 2019-07 ?
when I checked the
utils.js
file i fount thisreturn new Date(``2019-07-${str2numberString[DayOfWeekString.toLowerCase()]}T00:00:00``);
so how to make it set automatically based on the current date of adding the event data?
The text was updated successfully, but these errors were encountered: