Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
list($date_year, $date_month, $date_day) = explode ("-",$sql_date);
$format_date = date("l - F j, Y",mktime(0,0,0,$date_month,$date_day,$date_year));