Programme - Crook Morris

Go to content

Programme Items

You may add a new event here.

Please fill in as much information as possible.

Don't fill in the end date inless it's something like a weekend event

Only fill in the start time if known

If it's a multi venue event - evening tour at 2 pubs - use the description box for details.

If there is a web site link to the event or venue then paste in the URL - use ctrl+V.


End Date (W/end events)
Use 24 hour clock





Event Location


Yes No

>

Existing Events (from today)

Click on the Event to make changes

num_rows <> 0) { ?> $curr_month) { if ( $m_cnt<>0) { echo ""; echo ""; } $m_cnt=1; $curr_month=$w_month; $dateObj = DateTime::createFromFormat('!m', $curr_month); $monthName = $dateObj->format('F') .' ' .substr($row['prog_date'],0,4); echo ""; echo ""; echo ""; } $w_date=$row['prog_date']; $d=strtotime($w_date); $edate = date('D jS', $d); $w_date1=$row['prog_end']; if ( $w_date <> $w_date1) { $d=strtotime($w_date1); $edate = $edate .' - ' .date('D jS', $d); if (substr($w_date,5,2) <> substr($w_date1,5,2)) { $dateObj = DateTime::createFromFormat('!m', substr($w_date1,5,2)); $edate = $edate .' ' .$dateObj->format('F') ; } } else { $w_time= $row['prog_time'] ; // this convoluted code is because I could not get the correct time to show usng php features. //it was always 3 hours in advance! if(!is_null($w_time) and $w_time <> '00-00-00') { $w_hrs=substr($w_time,0,2)*1; if ($w_hrs<12) { $ap ='AM'; } else { $ap='PM'; $w_hrs=$w_hrs -12; } $w_mins=substr($w_time,3,2)*1; $edate = $edate .' ' .$w_hrs; if($w_mins<> 0) { $edate = $edate .':' .$w_mins;} $edate = $edate .$ap; } } $conf='No'; if($row['prog_confirmed']<> 0) { $conf='Yes';} $goto="programme_edit.php" .$fwd_paras ."&id=" .para_code($row['prog_id']) ; echo ""; echo ""; echo ""; echo ""; if($conf=='No') { echo ""; } else { echo ""; } echo ""; } } else { echo "No Events!!"; exit; } ?>
Date and time Event Where Conf?
" .$monthName ."
" .$edate ."" .$row['prog_event'] ."" .$row['prog_location'] ."" .$conf ."" .$conf ."

Back to content