-
-
Notifications
You must be signed in to change notification settings - Fork 549
Open
Labels
Description
Is this a feature relevant to companion itself, and not a specific module?
- I believe this to be a feature for companion, and is not specific to a module
Is there an existing issue for this?
- I have searched for similiar existing issues
Describe the feature
In the new 4.2 we have the ability to express time as as am and pm with the text a - AM/PM decorator. It would be good to have an option to show the decorator in lower case - for example A would relate to AM/PM and lowercase a would relate to am/pm. When showing on a button, the lower case - IMHO - looks better.
At the moment I use an expression variable to do this simple task -
concat(($(internal:time_h_12) + 0), ':', ($(internal:time_m)), ($(internal:time_h) >12?' pm':' am'))
The addition of this small feature would remove that expression.
Usecases
No response