forum

Home / DeveloperSection / Forums / How to convert Datetime Format C#?

How to convert Datetime Format C#?

marcel ethan234714-Nov-2014

Here is my date time format displayed

Dr["DATE"] =========> Jun 27 2014 9:06PM

I want it to display like this one =========> 27.06.2014

Here is my code:

ltrlNotlar.Text = Dr["DATE"].ToString()

How to change first format to the second one?


Updated on 14-Nov-2014

Can you answer this question?


Answer

1 Answers

Liked By