Question
Output time format
Dear all:
When i run the code above on CF5(windows) ,CF6(linux),and CF7(linux)
[Q<cfquery name="ss" datasource="#test#">
select date from jn where no = 103
</cfquery>
<cfoutput>#ss.date#</cfoutput>
result as:
cf 5 on windows
cf mx on linux
cf mx7 on linux
my question is why CF6 & CF7 show ".0"
can i change this without adjust code?
When i run the code above on CF5(windows) ,CF6(linux),and CF7(linux)
[Q<cfquery name="ss" datasource="#test#">
select date from jn where no = 103
</cfquery>
<cfoutput>#ss.date#</cfoutput>
result as:
cf 5 on windows
quote:
2006-01-19 13:48:00
cf mx on linux
quote:
2006-01-19 13:48:00.0
cf mx7 on linux
quote:
2006-01-19 13:48:00.0
my question is why CF6 & CF7 show ".0"
can i change this without adjust code?