c# - Date Format in Day, Month Day, Year -
i using c#.
i know can use
tolongdatestring()
to show like:
friday, february 27, 2009
what instead show like:
february 27, 2009
i looked around did not find use display in such format.
read this: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
try use:
thisdate1.tostring("mmmm dd, yyyy");
Comments
Post a Comment