You are here

constant NODE_EXPIRE_FORMAT in Node expire 8

Same name and namespace in other branches
  1. 7 node_expire.module \NODE_EXPIRE_FORMAT

@file Set a timer into your content, allowing you to perform customized actions.

4 uses of NODE_EXPIRE_FORMAT
_node_expire_date_db_to_str in ./node_expire.nodeapi.inc
Convert timestamp int to date string.
_node_expire_form_alter_nodeform in ./node_expire.nodeapi.inc
Implements hook_form_alter().
_node_expire_node_prepare in ./node_expire.nodeapi.inc
Implements hook_node_prepare().
_node_expire_node_validate in ./node_expire.nodeapi.inc
Implements hook_node_validate().

File

./node_expire.module, line 8
Set a timer into your content, allowing you to perform customized actions.

Code

define('NODE_EXPIRE_FORMAT', 'Y-m-d');