Powered by MediaWiki
Personal tools

Tag item deadline date

From b2evolution manual

Jump to: navigation, search

Display deadline date (datetime) of item.

This tag is useful when workflow is turned on for a blog.

[edit] Example

<source lang="php"> $Item->deadline_date( $format = , $useGM = false ); </source>

[edit] Parameters

Name Default Usage
format (no space) Date/time format (Leave empty to use locale default date format). See Date Format for more information about date and time format.
useGM false True if you want GMT.

[edit] Return value

This tag displays content only, it does not have a return value.