The pathauto replacement patterns fieldset lists the [date] replacement pattern as so:

[date]
Node creation date (day of month)

However, this is not correct!!! A project I've been working on is having url issues, and after a few weeks of testing - It appears this pattern is the "day of the week" not month. If so the documentation should read:

[date]
Node creation date (day of week)

Comments

greggles’s picture

Title: Pathauto description for [date] pattern is not correct » Token description for [date] pattern is not correct
Project: Pathauto » Token
Version: 5.x-2.1 » 5.x-1.x-dev

Yes, that token uses the "N" argument for date which provides

ISO-8601 numeric representation of the day of the week (added in PHP 5.1.0)

Reassigning project to token (since that's where the bug is).

Dave Reid’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev

I think this is still not fixed in 6.x-1.x as well. Bumping up version.

Dave Reid’s picture

Assigned: Unassigned » Dave Reid
Dave Reid’s picture

Status: Active » Fixed

This is fixed now in with #307520: Date formatting function

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.