Get Month name when i select a date from DateTimePicker

Aug 14 2009 2:18 AM

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)