on 8/27/03 12:15 PM, Craig Dudley at [EMAIL PROTECTED] wrote:
> For creating your date object from the 3 drop downs, try this....
> 
> New Date(year, month, day, hours, minutes, seconds, ms)
> 
> Use the drop down values for year/month/day and zeros for the others,
> should give you a date object for your users selection.
> 
> Simply calling 'New Date()' should create another date object with the
> current date and time.
> 
> Date() objects are in ms since epoch (Jan 1 1970 ?) I believe, so make
> sure the 1st date object is one week of milliseconds greater than the
> current date.
> 
> Any help??

Yikes...you know...I'm not even *sure* if that helps...lol...lemme re-read
it a couple times and get back to you.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to