I need to print a month after doing a ToString
I did for arebia
Month = DateTime.Now.ToString(“dd/MMM/yyyy”,new CultureInfo(“ar”))
See this can solve ur issue
You can drop the ToString at the end.
I need to print a month after doing a ToString
I did for arebia
Month = DateTime.Now.ToString(“dd/MMM/yyyy”,new CultureInfo(“ar”))
See this can solve ur issue
You can drop the ToString at the end.