6
Answers

Get Month name when i select a date from DateTimePicker

Photo of Soumya Surendran

Soumya Surendran

15y
42.4k
1

hai.............please help me...
I want to get month name when i select a date from DateTimePicker without changing the Format dd/mm/yy
my code is...
month.Text =
Convert.ToString(DateTimePicker1.Value.Month);
It returns 8 insted of Auguest when i select a date frm auguest month..I want the result as Auguest....
Plz...Thanks in advance...................
 

Answers (6)