I want to get the month array in c#.
somthing like this : { January , February , ... , December }
How can I do this? please send me codes in C#.
thanks
|
2
|
|
|||
|
|
|
|
You need to careful about localization issues as well: You can use:
The genitive case is introduced in some inflected languages by a genitive noun inflection, which in non-inflected languages matches the use of the equivalent of the English preposition "of". For example, a date in the Russian (Russia), "ru-RU", culture, consists of the day number and the genitive month name. EDIT: If you need english month names you can set your current culture as
|
||||||||||||
|
|
|
Output:
Update: For US English only:
|
|||
|
|
|
||||
|
