Good Day, I have time coming in from a web service and it is in 24 hour time (15:30 ), but it is being displayed as 12 (3:30 PM).
here is some code: EastCostTime.seconds += 1; this.eastcostClock.text = EastCostTime.toLocaleTimeString(); so the clock is working fine and keeping the time, but just need for it to display as a 24 hour clock Thanks for the help, Darrin

