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

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -