Dear All !

I need to convert date 2013/09/15 to this format Sun, Sep 15, 2013 . any type of suggestion would be greatly appreciated.

Regards

I just find the solution , here it is hope this will help someone else.

convert.ToDateTime("2013/09/16").ToString("D")

Thread is solved.

Regards

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.