I need to adjust the ordering of a datetime written in Arabic numbers. I must use an Arabic string and currently have the following C# code written in Arabic:
std.InnerText = "17-02-2016";
The current output is in Arabic numerals, displayed as ٢٠١٦-٠٢-١٧ (17-02-2016). However, I want the result to display in the same order as 2016-02-17
in Arabic, not English.