Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Publication Date

9,046 sites Security covered Drupal 10–11
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.

Depends on

Dependencies of the latest stable release

  • node Drupal core

Required by

1 tracked project depends on this one

Activity

Tracked releases
8
Tracked since
Dec 2024
Latest release
1 month ago
Releases (12 mo)
5 ▲ from 3
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
3.2.0-beta2 Pre-release 10–11 Jul 14, 2026
3.2.0-beta1 Pre-release 10–11 Jul 14, 2026
3.1.0 Stable 10–11 Oct 2, 2025
3.x-dev Dev 10–11 Sep 2, 2025
3.1.0-beta1 Pre-release 10–11 Sep 2, 2025
3.0.0 Stable 10–11 Jan 30, 2025
3.0.0-rc1 Pre-release 10–11 Dec 16, 2024
3.0.x-dev Dev 10–11 Dec 16, 2024