content::item::get_publish_date (public)

 content::item::get_publish_date -item_id item_id [ -is_live is_live ]

Defined in packages/acs-content-repository/tcl/content-item-procs.tcl

Switches:
-item_id
(required)
-is_live
(optional)
Returns:
DATE

Partial Call Graph (max 5 caller/called nodes):
%3 package_exec_plsql package_exec_plsql (public) content::item::get_publish_date content::item::get_publish_date content::item::get_publish_date->package_exec_plsql

Testcases:
No testcase defined.
Source code:
    return [package_exec_plsql -var_list [list  [list item_id $item_id ]  [list is_live $is_live ]  ] content_item get_publish_date]
Generic XQL file:
packages/acs-content-repository/tcl/content-item-procs.xql

PostgreSQL XQL file:
packages/acs-content-repository/tcl/content-item-procs-postgresql.xql

Oracle XQL file:
packages/acs-content-repository/tcl/content-item-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: