Hi,
iam using sql 2005 its storing mm/dd/yyyy format but i want to display in the dd/mm/yyyy in the front end iam using
vb.net 2005 i want to display below query in the gridview and also in cyrstal report i want to show only date example 10/08/2008 but it show time also i dont
want display time in cyrstal report
"select a.invctrlno as invctrlno, a.invno as InvoiceNumber, convert(varchar,a.invdt,103) as invdt,b.cname as cname from tblinvhd a,tblCstMst b where a.CCtrlNo =b.CCtrlNo order by invctrlno,invoicenumber"
give some good suggestions about to display dd/mm/yyyy format , iam using datetime datatype ,looking forward your valuable suggestions