We use the Flag module and want to send a message if a user flagged a node. We use Rules. In the private message (module PM) we want to send we want to integrate a token like
- [flagged-node:field_date]
- displayed as from ... until (start, end)

Works, but displays (nsert) the wrong date. The time is wrong because the timeshift (+2:00) depending on the timezone was not used/calc.

We use the newest 7.x version of each module.

Wr, paulap

Comments

Dave Reid’s picture

Component: Token Actions » Code
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

All the field tokens do is output the field value using field_view_field(). If you need to customize how the field is displayed, then please check out See http://drupal.org/node/1299662.

paulap’s picture

Thx. I will try it.

paulap’s picture

Issue summary: View changes

Insert the display format of the date field (startdate, enddate)