Convert DateTime.Now.Month; as string value

Posted by Ranjana on Stack Overflow See other posts from Stack Overflow or by Ranjana
Published on 2010-04-30T05:25:18Z Indexed on 2010/04/30 5:47 UTC
Read the original article Hit count: 143

Filed under:
|
|
int month=DateTime.Now.Month;

It gives output as = 04

But how do I get the month as string 'April' from code behind?

© Stack Overflow or respective owner

Related posts about c#

Related posts about datetime