You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Date and Time Formatter does not appear to support outputting formatted time only. The output must include a date which is not ideal for all cases. i.e: A music player that wants to display elapsed time and total duration.
Ideally when specifying a custom format i.e. %H/%M/%S , it's applied as a unique formatter. This is a bit confusing with the way the UI is setup where only date and time output is allowed. To remedy I'd recommend just adding time output configurations.