"impressions of current broadway hits as seen by a window shopper"
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]. '';
}
}
?>
IMPRESSIONS OF CURRENT BROADWAY HITS AS SEEN BY A WINDOW SHOPPER. CHRISTIAN SCIENCE MONITOR 12/19/42
"harold mitchell in a streetcar named desire"
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]. '';
}
}
?>