I just found this posted in the CF forums at macromedia.com.  Is it true?

-----------------------
"Interval" refers to the period of time that the scheduler will execute
relative to the "startdate" and "starttime" set in the cfschedule tag.

If interval is set to "Monthly" and "startdate" is set to "april 1st"
and "enddate" is set to be perpetual then 30 days later the scheduler
will execute on april 30th (not May 1st) and 30 days after that
(May 29th) and so on. "Monthly" does not take into account the 1st day
of each month.
-----------------------

If so, I'm obviously going about scheduling something for the first of every
month all wrong.  I would need to schedule the task to run daily and then
have the template check the date to see if it's the first.

Jim


----- Original Message -----
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 03, 2002 5:21 PM
Subject: CF Scheduler - Weekly and Monthly events?


> It's not absolutely clear how the CF scheduler handles weekly or monthly
> scheduled events.  In the CF Administrator, it requires a time of day, but
> doesn't ask for a day of month, or a day of week.  I assume then that
> monthly scheduled task must go off on the day of month that coincides with
> the Start Date?  I.E., if you schedule something to start on 05/03/2002,
> then it would always execute on the third of the month?
>
> Similarly, with weekly scheduled events, does it figure out what day of
week
> the start date happens to fall on, then run the task on that same weekday
> each week?
>
> One thing that must be a bug in the CF Administrator (CF5) is that when
you
> edit a weekly or monthly event, it always resets the <select> box back to
> "Daily".
>
> Jim
>
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to