You can use the convert function in sql to change the format of the date time field. select convert(varchar(13),getdate(),101) gives u the ...
確定! 回上一頁