Skip to content

Instantly share code, notes, and snippets.

@kylekatarnls
Created January 28, 2019 14:24
Show Gist options
  • Save kylekatarnls/910e2b3ea7e5c9fae3c1ff96c1f156ca to your computer and use it in GitHub Desktop.
Save kylekatarnls/910e2b3ea7e5c9fae3c1ff96c1f156ca to your computer and use it in GitHub Desktop.
<?php
$inputDateString = '2018-05-12 23:16:46.123456';
$date = new CarbonImmutable($inputDateString);
echo $date->toJSON();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment