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
Hi! It's quite easy to change.
In ui-react/src/components/flightboard/clock.js change
{this.state.date.toLocaleTimeString()}
to {this.state.date.toLocaleTimeString('sv-sv')} for Swedish time. Change sv-sv to whichever locale you need. If you are using the single room version, change the Clock.js in that folder.
Is it possible to display a 24 hour clock instead of AM/PM?
The text was updated successfully, but these errors were encountered: