> <cfset timeCallPlacedOnHold = queryTmp.HoldDateTime>
> <cfset timeOnHoldReleased = queryTmp.ReleasedDateTime>
> For some reason the dates retuned are in this format:
> Ex: "2004-09-08 12:28:56.0"
> I can't understand why it adds the ".0" after the time when the value
stored in the database is "2004-09-08 12:28:56"


The only thing I can think of is to try using the ParseDateTime() function
with queryTmp.Hold/ReleasedDateTime to return a good date/time object.


Matthieu
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to