Advertisement
BakerMan

Untitled

Dec 5th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <div class="custom_schedule_details">
  2.     <span class="date">
  3.         <?php echo tribe_get_start_date( null, false, 'j' ) ?>
  4.     </span>
  5.     <span class="month">
  6.         <?php echo tribe_get_start_date( null, false, 'F' ) ?>
  7.     </span>
  8.     <span class="year">
  9.         <?php echo tribe_get_start_date( null, false, 'Y' ) ?>
  10.     </span>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement