Try ISO style 112 with CONVERT:
--T-SQLselect CONVERT(Char(10),Cast('2015-04-01' as date),112) , CONVERT(Char(10),current_timestamp,112)
No comments:
Post a Comment