Skip to content
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

Calendar Day Slots out of alignment #16

Closed
mikecotrone opened this issue Feb 21, 2016 · 2 comments
Closed

Calendar Day Slots out of alignment #16

mikecotrone opened this issue Feb 21, 2016 · 2 comments
Assignees
Labels

Comments

@mikecotrone
Copy link
Owner

Days are out of alignment reported by Axel Schneider:

Today is Sunday 21 of February and the calendar shows Sunday is 22 of February

@mikecotrone mikecotrone self-assigned this Feb 21, 2016
@mikecotrone
Copy link
Owner Author

In the process of recreating this issue.

@mikecotrone
Copy link
Owner Author

Fix by Axel Schneider:
Select Case inDayOfWeekNum
Case 6
Return Localized_Sunday
Case 0
Return Localized_Monday
Case 1
Return Localized_Tuesday
Case 2
Return Localized_Wednesday
Case 3
Return Localized_Thursday
Case 4
Return Localized_Friday
Case 5
Return Localized_Saturday
End Select

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant