>>I should have clarified that I am not passing a date such as 
mm/dd/yyyy. The year dropdown contains the values 1-5 that the user can 
select, the month is 1-11, and the days are 1-30. What I am trying to do 
is for example, when if a user selects 2 years 2 months 2 days then I 
need to convert those values to days.

Then use CreateDate(year, month, day)
to create a date object
For the year, I suppose 1-5 stands for 2008-2013?
Then use CreateDate(year+2007, month, day)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311934
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to