Searched refs:today (Results 1 – 1 of 1) sorted by relevance
753 $today = strtotime('midnight'); variable764 … Query('SELECT COUNT(votes.id) AS total FROM votes WHERE UNIX_TIMESTAMP(votes.ts) >= ?', [$today]);767 …votes WHERE UNIX_TIMESTAMP(votes.ts) >= ? AND UNIX_TIMESTAMP(votes.ts) < ?', [$yesterday, $today]);
Completed in 15 milliseconds