normally date format in mssql are datetime...
when select the date , result will be 03/25/2003 1200:0:0 something like that..
any method can changing that only display date?
no matter i use below which method , the result incorrect ..
$pdate = date("M/d/Y", mktime($row[APPLY_DATE])) ;
$pdate1 = date("M, d Y", $row[DATE_TO]) ;
any one can help me ...
thank u