1 2 3 4 5 6 7
<?php class FreshRSS_Days { public const TODAY = 0; public const YESTERDAY = 1; public const BEFORE_YESTERDAY = 2; }