Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Publication Date

8,866 sites Security covered
View on drupal.org

This module adds a "Published on" date to content, separate from creation and modification dates, which is useful for tracking publication history and sorting content. It also allows this date to be edited, persists across unpublishing and republishing, and integrates with other modules like Display Suite and Rules.

Description

The Publication Date module adds a "Published on" date for each node, containing the date when it was first published.

Without this, the only dates available for nodes are their created date and changed date, but these are often insufficient to meet the needs of publishing workflows. Sorting nodes by their created date doesn't account for content which is held in draft form for a time while being readied for publication. Sorting nodes by their changed date fails to account for content needing minor corrections after being published.

The "Published on" date can be used in any templates, or views. Publication date also incudes integration with the Display Suite module and has entity wrapper support, so it can integrate with modules like Rules that use the Entity API module.

The "Published on" date can be edited through the node edit form, allowing a custom published date to be set. If a custom date is set prior to publication, it will be respected when the node is published. The publication date is also retained when a node is unpublished and then republished.

Installation

  1. Copy the publication_date folder to your modules directory
  2. Go to /admin/modules, and enable this module.
  3. If you want to give users access to edit the "Published on" date, then go
    to /admin/people/permissions and set permissions as desired.

This will add a new $node->published_at field to nodes, containing the published date, or FALSE if no published date has been set. You can then use this field in any templates. Moreover, this field is available in the views parameters.

IMPORTANT: For nodes that were published BEFORE the installation of this module, we can not know the exact date of publication, so $node->published_at will initially contain the creation date.

API

Other modules can use hook_publication_date_alter() to change the publication date when it is set. See publication_date.api.php for more documentation.

Upgrading from 1.0 to 2.x

Please pay special attention to the README and CHANGELOG, as there are some changes to the way the Published On date is handled. Notably in 2.x, once the date has been set for a node it will persist until manually changed, even if the node is unpublished and republished. In version 1.0 the date was lost when the node was unpublished.

Drupal 6 version

The D6 version of Publication Date is no longer being actively supported. New D6 maintainers are welcome.

Credits

The Publication Date module was originally written by Emmanuelle Gouleau and Tristan Marly from Clever Age

D7 version initially ported by joostvdl and maintained by dgtlmoon.

Publication Date is currently maintained by jstoller.

Activity

Total releases
6
First release
Jan 2025
Latest release
3 days ago
Releases (12 mo)
5 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Release date
3.2.0-beta2 Pre-release Jul 14, 2026
3.2.0-beta1 Pre-release Jul 14, 2026
3.1.0 Stable Oct 2, 2025
3.x-dev Dev Sep 2, 2025
3.1.0-beta1 Pre-release Sep 2, 2025
3.0.0 Stable Jan 30, 2025