|
hi there i have Column called OrderDate and its contain Data already entered by Datetimepicker control so if i want to format and customize my Date to become as i want from right to left and remove time and show it on my Gridview or any textbox control how can i accomplish that
(comments are locked)
|
|
Use the formatdate function of .NET to change the formatting. Formatting should always be handled at the front end, not by the database.
(comments are locked)
|

