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
the 1st of every month appear in the previous month in the day view.
The text was updated successfully, but these errors were encountered:
i've corrected this like this in core.rightpanel : //dataPanel.append($('
//dataPanel.append($('
').html(dayArr.join(""))); //dataPanel.append($("
").html(dowArr.join(""))); dataPanel.append(dayArr.join("")); dataPanel.append(dowArr.join(""));
Sorry, something went wrong.
the 1st of every month appear in the previous month in the day view. ==> solved But 1st day the bar filldata visit the old date. ==> problem
No branches or pull requests
the 1st of every month appear in the previous month in the day view.
The text was updated successfully, but these errors were encountered: