find month number from date C#

56

find month number from date C# -

string name = DateTime.ParseExact("01/21/2014", "MM/dd/yyyy", null).ToString("MMMM"); //January

Comments

Submit
0 Comments