Add yesterday, tomorrow, last week, and next week options to calendar date selector

This commit is contained in:
Brian Miyaji
2017-11-09 00:10:19 +11:00
parent 3817fcbf33
commit 563135264d
3 changed files with 52 additions and 15 deletions

View File

@@ -71,6 +71,7 @@ class SP_Meta_Box_Calendar_Details {
<p class="sp-date-range-relative">
<?php _e( 'Past', 'sportspress' ); ?>
<input type="number" min="0" step="1" class="tiny-text" name="sp_date_past" value="<?php echo '' !== $date_past ? $date_past : 7; ?>">
<?php _e( 'days', 'sportspress' ); ?>
&rarr;
<?php _e( 'Next', 'sportspress' ); ?>
<input type="number" min="0" step="1" class="tiny-text" name="sp_date_future" value="<?php echo '' !== $date_future ? $date_future : 7; ?>">