10447 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 649 Views |
-
Event Calendar - Get Start Date of event for registration form

14 February 2011 at 8:16pm
Hey there, I have a site with an old calendar module that I've updated with the Event Calendar module. There is an established booking process that works fine for the client, but I'll be damned if I can get the actual date to pass from the event page to the booking form. All other data is being passed. For example:
$date = date ('d/m/Y', strtotime($event->StartDate));
$fields = new FieldSet(
new LiteralField("Title", '<h2>'.$event->Title . '</h2>' . '$' . $event->TicketCost . ' : ' . $date . ' : ' . $event->Category),
....etc$event->Title shows, as does $event->TicketCost and $event->$Category
Is there a standard StartDate field that can be grabbed from the CalendarEvent or CalendarDateTime class? All I need is the start date of the first date (there will only be one date and time for any given event).
I have a feeling this is a total rookie error, but any help is greatly appreciated!
| 649 Views | ||
|
Page:
1
|
Go to Top |

