Dotclear 2.24
|
Dotclear dates record helpers. More...
Static Public Member Functions | |
static | ts (dcRecord $rs) |
static | year (dcRecord $rs) |
static | month (dcRecord $rs) |
static | day (dcRecord $rs) |
static | url (dcRecord $rs) |
static | yearHeader (dcRecord $rs) |
static | yearFooter (dcRecord $rs) |
Dotclear dates record helpers.
This class adds new methods to database dates results. You can call them on every record comming from dcBlog::getDates.
|
static |
|
static |
|
static |
|
static |
|
static |
Returns date month archive full URL.
dcRecord | $rs | Invisible parameter |
References dcCore\app().
|
static |
Returns whether date is the first of year.
dcRecord | $rs | Invisible parameter |
References dcRecord\isStart(), dcRecord\moveNext(), and dcRecord\movePrev().
|
static |
Returns whether date is the last of year.
dcRecord | $rs | Invisible parameter |
References dcRecord\isEnd(), dcRecord\moveNext(), and dcRecord\movePrev().