r - How to change output of weekdays from Hebrew to English -


i want extract weekday using weekdays function.

what in console

but unfortunately results in hebrew.

how can change this?

i prefer change english. if not possible, prefer convert them numbers.

you should change locale desired language/region.

for example changing english can done with:

sys.setlocale(category = "lc_all", locale = "english_united states.1252") 

Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -