Skip to content

Instantly share code, notes, and snippets.

@nadar
Last active September 7, 2023 08:16
Show Gist options
  • Save nadar/cad541e6d317b4e9828fabcc54c5304a to your computer and use it in GitHub Desktop.
Save nadar/cad541e6d317b4e9828fabcc54c5304a to your computer and use it in GitHub Desktop.
PHP 8.1 strftime to date

PHP 8.1 Migrate table from strftime to date

strftime date example
%d d 09
%m m 02
%Y Y 2022
%B F January
%b M Jan
%a D Son
%k G 0-23
%M i 00-59
  • date
  • strftime
  • Yii: Yii::$app->formatter->asDate($timestmap, "php:d-m-Y")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment