Hi all, I am not sure if this is a bug with the sdks or firmware itself.
On the emulator, the time 23:05 is able to show properly.
But on the watch, it shows as 23:5.
The code as below. Is there something I did wrongly? Thks for your advice in advance. Thks!
var timeString = Lang.format("$1$:$2$", [clockTime.hour, clockTime.min.format("%.2d")]);
dc.drawText(15, (height/2) - 30, Gfx.FONT_NUMBER_THAI_HOT, timeString, Gfx.TEXT_JUSTIFY_LEFT);