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

WTF-665 Add time format setting for gCal module #668

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

senorprogrammer
Copy link
Collaborator

@senorprogrammer senorprogrammer commented Oct 2, 2019

Allows the user to specify either "12" or "24" to set whether or not to
display times in AM/PM format or 24-hour format.

Example:

      gcal:
        enabled: true
        hourFormat: "12"
        refreshInterval: 360

Fixes #665.

Allows the user to specify either "12" or "24" to set whether or not to
display times in AM/PM format or 24-hour format.

Example:

      gcal:
        enabled: true
        timeFormat: "12"
        refreshInterval: 360

Fixes #665
@senorprogrammer senorprogrammer merged commit 336e119 into master Oct 3, 2019
@senorprogrammer senorprogrammer deleted the WTF-665-gcal-time-support branch October 6, 2019 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Calender 12 hour time support
1 participant