[Feature Request] Calendar Date / Time Format #4816
Unanswered
patrickheeney
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am using the calendar agenda widget and I'd like to customize the 24h time format: https://github.com/gethomepage/homepage/blob/dev/src/widgets/calendar/event.jsx#L21-L24
What would be the best way to support customization, maybe something like:
This would allow passing
showTimeFormat: "TIME_WITH_SECONDS"
orshowTimeFormat: { month: "short", day: "numeric" }
but I am not sure how the latter would be parsed by the yaml. Which method would you prefer?Other
No response
Beta Was this translation helpful? Give feedback.
All reactions