Maybe the problem is the way that I'm designating start-date and start time.
This code:
<cfset start_date = createDate(year(now()),month(now()),day(now()))>
<cfset start_time = createTime(hour(now()),minute(now())+10,second(now()))>
produces:
{ts '2010-03-26 00:00:00'}
{ts '1899-12-30 14:28:29'}
The "time" on the bottom looks wrong. The14:28:29 looks right, but not the
1899-12-30. I'm trying to look up what that is now.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332337
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm