Event Start DateTime Relative/Relative-dow

Just wondering if the _relative and _relative-dow datetime formats work on Event start dates/times.

 

For example:

  • asset_created_relative = 5 days ago
  • event_start_datetime_relative = in 5 days
  • event_start_datetime_relative-dow = This Saturday

 

I can't get anything working, so is there a better keyword combo to try? Jeremy

I think it's because the _relative part expects the date format to be in ISO standard format, which is Y-m-d H:i:s which the event_start_datetime doesn't return.

 

Try using %asset_attribute_start_date_relative% instead, worked for me. 

As always Bart, you shine. Thank you!