I have a date field and want to insert it as a token in node body. When I view the node, I see that token is inserted with default format. I changed the date format in content type manage display but nothing changed. How can I set the format of token replaced date or decimal places?

Comments

jelle_s’s picture

Issue summary: View changes
Status: Active » Fixed

you have separate tokens for each date format e.g.:

[node:field-date:long]
[node:field-date:medium]
[node:field-date:short]
[node:field-date:custom:Y/m/d]

Status: Fixed » Closed (fixed)

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