281 :
282 : <!--- set a string for the end of all urls & form actions. will prevent caching as will be different every second --->
283 : <cfset request.urltoken = "cfid="&cfid&"&cftoken="&cftoken&"&dts="&dateformat(request.OurNow,'dmyyyy')&timeformat(request.OurNow,'mhs')>
284 :
285 : <!--- Sets Locale. So dates & other country specific values are displayed in the relevant format --->
|