Help for this page

Select Code to Download


  1. or download this
    print $event->startdate->ymd(), " - ", $event->startdate->month_name()
    +;
    
  2. or download this
    print $event->start_date->ymd(), " - ", $event->start_date->month_name
    +();
    
  3. or download this
    Can't locate object method "ymd" via package "2008-08-18" (perhaps you
    + forgot to load "2008-08-18"?) at ./test-dbic-schema.pl line 50.