Skip to content

Instantly share code, notes, and snippets.

@kylekatarnls
Created January 30, 2019 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylekatarnls/688692934f06193746bfe4612a5be120 to your computer and use it in GitHub Desktop.
Save kylekatarnls/688692934f06193746bfe4612a5be120 to your computer and use it in GitHub Desktop.
<?php
$date = new DateTimeImmutable($_POST['date']);
echo $date->format('Y-m-d H:i:s.u');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment