Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created August 8, 2012 02:00
Show Gist options
  • Save ckpicker/3291389 to your computer and use it in GitHub Desktop.
Save ckpicker/3291389 to your computer and use it in GitHub Desktop.
Old Widget Code
echo tribe_get_start_date( $post->ID );
if( tribe_is_multiday( $post->ID ) || !$event->AllDay ) {
echo ' - ' . tribe_get_end_date($post->ID);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment