Format Date in DataGrid

C

crjunk

In my table, I have a filed named Out_Date that has its DataType set to
STRING. When data for this field is displayed in the DataGrid, I need
it to be in the following format: MM/dd/yyyy

I have tried using the following, but it did not work.
<asp:BoundColumn DataField="Out_Date" HeaderText="OUT DATE"
DataFormatString="{0:MM/dd/yyyy}">

Any suggestions?

Thanks,
CR Junk
 
E

Elton Wang

You can cast data type in query:

Select Cast(Out_Date as Datetime) as Out_Date ...

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top