> <cfset nextEdition = #DateAdd("m", 1, 
> lcase(MonthAsString(month(UKtodayDate()))))#>

Hi Saturday,
Noticed you've got an extra set of arguments after UKtodayDate which 
could be your problem, try:

<cfset nextEdition = DateAdd("m", 1, 
lcase(MonthAsString(month(UKtodayDate))))>

Also in the UK and always on the look out for a good host, have you 
found a US Host that's easy to deal with from here? Reply off list if 
you like.

Thanks,
Ant


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188622
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to