SQL, C#, VB, .net, asp, JavaScript, you name it. Code samples, Error messages and stuff like that. Please add coments if you think I said something stupid :D or if you have a better idea ... or anything at all ...
Friday, September 19, 2008
Monthname in C# (C Sharp)
I think there's no Monthname (like is asp for ex. - which is weird)
But this is easy:
DateTime swTest = new DateTime(2000, 11, 1); Page.Response.Write(swTest.ToString("MMMM"));
1 comment:
C# Interview Questions and Answers
Post a Comment