Skip to content

Instantly share code, notes, and snippets.

@twfahey1
Created April 19, 2022 01:10
Show Gist options
  • Save twfahey1/f6db0db33484525854b2f0ec0a9ff8c0 to your computer and use it in GitHub Desktop.
Save twfahey1/f6db0db33484525854b2f0ec0a9ff8c0 to your computer and use it in GitHub Desktop.
Common best PHP dates formats
<?php
/**
These are just reference for common PHP dates.
**/
// 1/1/2022 12:00 PM
$date = date('m/d/Y h:i A');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment