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

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -