get day from date php
// Prints the day
echo date("l") . "<br>";
php get day of week
date('w'); //gets day of week as number(0=sunday,1=monday...,6=sat)
//note:returns 0 through 6 but as string so to check if monday do this:
if(date('w') == 1){
echo "its monday baby";
}
show date php by letters
check here link: http://www.eltcalendar.com/stuff/datemysqlphp.html
php date letters
Date Time Format: https://www.php.net/manual/en/datetime.format.php
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us