This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
The next six Saturdays are:
Nov 30
Dec 07
Dec 14
Dec 21
Dec 28
Jan 04
<?php $startdate=strtotime("Saturday"); $enddate=strtotime("+6 weeks", $startdate); while ($startdate < $enddate) { echo "" . date("M d", $startdate) . "<br>"; $startdate = strtotime("+1 week", $startdate); } ?>