How can i convert English digits to Arabic digits?

前端 未结 7 738
有刺的猬
有刺的猬 2020-11-27 20:59

I have this C# code for example

DateTime.Now.ToString(\"MMMM dd, yyyy\");

Now the current thread is loading the Arabic culture. So the resu

相关标签:
7条回答
  • 2020-11-27 21:53

    We use Arabic numerals in English. As such, what you're seeing is the correct - and only possible - behaviour.

    0 讨论(0)
提交回复
热议问题