I understand JavaScript getDay()
in Date objt returns the number from (0-6) based the locale but as we know different regions has different start of the week, eg: in UAE, week starts from Saturday and in US, its Sunday while Asia/Oceania (except China) its Monday.
So lets say if today is Monday (24th), then what are the values getDay() returns on different regions/locale?
UAE ->
US ->
Asia ->