I have a dateTime field with the format dd/MMM/yyyy
(05/NOV/2013). I want to change the "NOV" in some other language (e.g: Arabic). How can I convert it?
Edit: Sorry for not providing the code, here it is.
C# Code:
string tempGrgDt = Convert.ToString(DateTime.Now.ToString("dd/MMM/yyyy"));