search for: monthday

Displaying 5 results from an estimated 5 matches for "monthday".

Did you mean: monthdays
2006 Sep 12
1
DateHelper doesn't handle MonthDays?
I was looking at using the date helper functions for inputing a date for some records, and was highly disappointed to see that they will allow the entry of an invalid date such as Sept 31. It sure would be nice to see the days available change based on the month selected so the user cannot enter an invalid date that must later be reentered. Does anyone know of a plugin or if anyone has
2007 Apr 09
1
help with ActiveRecord joins
...ble which simply enumerates dates up to an event horizon, and I get all events on dates in whatever range I''m looking at with a query like: SELECT events.*, library_dates.start_date FROM library_dates LEFT OUTER JOIN events ON 1=1 WHERE events.id IN (SELECT event_id FROM recurrences WHERE monthday IS NOT NULL AND DATEPART(dd, start_date) = monthday OR (monthday IS NULL AND weekday IS NOT NULL AND DATEPART(dw, start_date) = weekday AND (monthweek IS NULL OR datepart(dd, start_date) BETWEEN 7*(monthweek-1) + 1 AND 7*(monthweek-1) + 7) )) OR events.id IN (SELECT event_id FROM occurren...
2003 Dec 29
5
include a file ?
ok, I've got yet another newbie question. My extensions.conf is getting rather longish and I'm getting dizzy moving back and forth editing this thing. Can I use the include command to include a file in order to break extensions.conf up into more manageable pieces ? Is breaking up the extension.conf file an OK thing to do ? Maybe something like this: include
2007 Jun 12
1
Cron not taking valid entries?
...ne of my cron entries in puppet from: cron { nightly_restart: command => "/etc/init.d/something restart >& /dev/null", user => root, minute => "0", hour => "13", monthday => "*", month => "*", weekday => "*", } to: cron { nightly_restart: command => "/etc/init.d/something restart >& /dev/null", user => root, m...
2010 Apr 12
10
Cron question
...ublic_html/rotinas/rotinas.php 2>&1>> /var/log/app.log", environment => "PATH=$PATH", user => root, hour => ''*'', minute => ''*'', month => ''*'', monthday => ''*'', weekday => ''*'', } When I try to execute puppet I got the following message: "-":6: bad minute errors in crontab file, can''t install. Thanks ! -- You received this message because you are subscribed to the Goog...