Hello, I have:

Drupal Core 7.12
Date 7.x-2.3
auto_nodetitle 7.x-1.0
Token 7.x-1.0

I have noticed that the date fields are not working. They are not even showing options.

What I mean is that I can't use for example [node:filed-MY-DATE-FILED:custom:Y] or even [node:field-MY-DATE-FIELD:short] I can only use [node:field_MY-DATE-FIELD] and is showing the default format date.

Those options are only working whit created, changed and current dates but not whit the date fields.

Comments

Yaazkal’s picture

This is an issue with the Date module, and seems to have something related with Entity too

This works for me using entity dev:
[node:field-mydate:value:custom:Y]

If someone is having this problem, please refer: http://drupal.org/node/1530042 and http://drupal.org/node/1266688

Yaazkal’s picture

Priority: Normal » Minor
Status: Active » Closed (won't fix)

I'm closing this issue because the problem is not on this module.