Hello,

i have a filed called vacation, its a date type filed that have (from - to) kind of dates.
i need to schedule a task (which i have already did), to send a message to the website admin notifing him of vacation end ( the TO date), when i looked at tokens, i found this:

[node:field_vacation_date-to-????]

and this explanation:

If the field has a to-date defined, the same tokens exist in the form: [to-????], where ???? is the normal token.

so i tried to make my scheduled field like this:
[node:field_vacation_date-to-[node:field_vacation_date-value]]

but this seems to not working completely, i need to know what to put instead of ???? signs.

thanks

Comments

demonrage’s picture

pls, can anybody find solution for this issue ??

nubeli’s picture

Try something like this:

[node:field_vacation_date-to-timestamp]

or -date or -day or -month or whatever you want to use instead of timestamp.

demonrage’s picture

thx this helped me a lot

dave reid’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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