"comedians at hillcrest country club"
if ($show_year && !empty($node->field_piece_date[LANGUAGE_NONE][0]['value'])) {
if (preg_match("/^(\d{4})-/", $node->field_piece_date[LANGUAGE_NONE][0]['value'], $m)) {
echo '' . $m[1]. '';
}
}
?>
Comedians at Hillcrest Country ClubHarpo Marx, Groucho Marx, Chico Marx, George Burns, Jack Benny, Danny Kaye, George Jessel, Lou Holtz, Al Ritz, Harry Ritz, and Jimmy Ritz, 1951
"a day at the races"
if ($show_year && !empty($node->field_piece_date[LANGUAGE_NONE][0]['value'])) {
if (preg_match("/^(\d{4})-/", $node->field_piece_date[LANGUAGE_NONE][0]['value'], $m)) {
echo '' . $m[1]. '';
}
}
?>
"a night at the opera"
if ($show_year && !empty($node->field_piece_date[LANGUAGE_NONE][0]['value'])) {
if (preg_match("/^(\d{4})-/", $node->field_piece_date[LANGUAGE_NONE][0]['value'], $m)) {
echo '' . $m[1]. '';
}
}
?>