in watch face how can i write the month date in English even if my local language if Russian or any other language ?
in watch face how can i write the month date in English even if my local language if Russian or any other language ?
hi,
you can create them with array:
var DoW =["SUN","MON","TUE","WED",THU","FRI","SAT"];
var Date = Date.info(Time.now(), 0);
DoW = DoW[Date..day_of_week-1];
and do the same for Month