Date in SQL Server different with output in .cfm -


i have sql code this:

select date aaa id = 1 

date value id = 1 '2015-03-16'

when execute in sql server shows '2015-03-16'. why if execute same query in .cfm shows '2015-03-14' ?

all of data have different 2 days between sql server , .cfm ?


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -