date("j"); //day of month 1 to 31
date("l"); //day of week
date("F"); //month
date("M"); //month abbrev
date("n"); //month number
date("Y"); //year
date("M. j, Y"); //Mar. 8, 1985
date("F j, Y"); //March 8, 1985
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter