Skip to content

Instantly share code, notes, and snippets.

@johnadan
Created June 2, 2022 03:37
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 johnadan/22d14a9f6b43f431e00335b11694450d to your computer and use it in GitHub Desktop.
Save johnadan/22d14a9f6b43f431e00335b11694450d to your computer and use it in GitHub Desktop.
change date format to string in laravel blade
$fdate = strtotime($datevalue);
$fdate = date("F j, Y", $fdate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment