datetime manual date format
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";
}$today = date("F j, Y, g:i a"); // March 10, 2001, 5:16 pm
Also in PHP:
- change format date usa month text php
- contain in string php
- create new project laravel
- .catch php
- Allowed memory size of 1610612736 bytes exhausted (tried to allocate 20480 bytes) in phar:///usr/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php on line 64
- clear all laravel caches
- am pm date format php
- Format Month as a number php
- Your Composer dependencies require the following PHP extensions to be installed: dom, mbstring, xml, xmlwriter
- ext dom php
- array_combine function in php
- date time format list php
- b64decode php
- date() today php
- create table seeder laravel
- The key "initial" is not recognized and ignored.
- create qr code png image of 200*200 using phpqrcode
- associative array in one key in value must unique in array check in php
- '%r%i timeformat php
- cache laravel
- declare empty array php
- binary base64 decode php
- dateofrmat php
- cache clear in cpde php laravel