Closed (fixed)
Project:
Rules
Version:
6.x-1.4
Component:
Scheduler
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2011 at 02:41 UTC
Updated:
24 May 2011 at 23:31 UTC
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
Comment #1
demonrage commentedpls, can anybody find solution for this issue ??
Comment #2
nubeli commentedTry something like this:
[node:field_vacation_date-to-timestamp]or -date or -day or -month or whatever you want to use instead of timestamp.
Comment #3
demonrage commentedthx this helped me a lot
Comment #4
dave reid