Useful Date Formats in PHP
Often you need to generate a timestamp with PHP. It should represent the current date or the date in the future. It should show the date, month and year in all possible readable formats. I’ve created a list that has most often used date formats. Here it is: F j, Y F j, y F d, Y F… Read More »