Home
last modified time | relevance | path

Searched refs:month (Results 1 – 5 of 5) sorted by relevance

/web-master/fetch/
H A Devents.php67 * @param int $month
71 function weekday($year, $month, $day, $which) argument
73 $ts = mktime(12, 0, 0, $month+(($which>0)?0:1), ($which>0)?1:0, $year);
88 function load_month($year, $month, $cat) argument
103 [$month, $month, $year, $year, $cat]
128 } elseif ((int)$mm == $month) {
142 $ts = weekday((int)$year, (int)$month, (int)$dd, (int)$which);
/web-master/scripts/
H A Devent_listing20 // Current month number, current category and categories list
53 // If the month number changed
56 // Update current month information
59 // Buffer month header
65 // We have not seen any events in this month
83 // There is no event with this description in this month already seen
117 // Start month with a header
H A Dupdate-backend25 // If we are in the first days of the month then only list current month
H A Drss_parser77 // Define month conversion hash
/web-master/manage/
H A Duser-notes.php755 $month = strtotime('First Day of ' . date('F') . ' ' . date('Y')); variable
766 … Query('SELECT COUNT(votes.id) AS total FROM votes WHERE UNIX_TIMESTAMP(votes.ts) >= ?', [$month]);
769 …votes WHERE UNIX_TIMESTAMP(votes.ts) >= ? AND UNIX_TIMESTAMP(votes.ts) < ?', [$lastmonth, $month]);

Completed in 10 milliseconds