Hi

i have created a calendar with date functions,

examples;
<CFPARAM NAME="CurrMonth" DEFAULT="#Month(now())#">
<CFPARAM NAME="CurrDay" DEFAULT="#Day(now())#">
<CFPARAM NAME="CurrYear" DEFAULT="#Year(now())#">
#daysInMonth(now())#
#dayofweek(now())#
#dayofweekAsString(todayOfWeek)#


the problem is, that netscape takes a long time to process these functions.
it works fast in IE though.

are there any alternative functions i can use?? or any way to speed it up??

Thank You
-Eli Shechter-

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to