I have such code:
Select date from AAA where id = 1 The value for date is id = 1 '2015-03-16'
When I execute in SQL Server, it shows the '2015-03-16' . But if I execute the same query in .cfm then it shows from '2015-03-14'
in all data Will 2 days be different between SQL Server and .cfm ?
No comments:
Post a Comment