Hi,

I have an Event type using this module. In my template I get the event date using:

$node->field_date[0]

This is always returning the original first date the event was setup to repeat from. How can I get the current date of the particular repeating instance?

Comments

iancawthorne’s picture

You may be able to write a foreach loop to check for the next date in the list which is greater than the current date.

joelstein’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing this because Drupal 6 is no longer supported.