Created
June 2, 2022 03:37
-
-
Save johnadan/22d14a9f6b43f431e00335b11694450d to your computer and use it in GitHub Desktop.
change date format to string in laravel blade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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