conevrt 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:37 UTC
Read the original article Hit count: 171

Filed under:
|

int month=DateTime.Now.Month;

it gives ouptut as = 04

but how to get the month as string 'April' from code behind

© Stack Overflow or respective owner

Related posts about datetime

Related posts about ASP.NET