Created
September 7, 2021 03:58
-
-
Save Mahno74/d105fddcf260dc80eeea8e22b37e76d0 to your computer and use it in GitHub Desktop.
Генерация католога с текущей датой формата ГодМесяцДень
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
<?php | |
$date = date("Ymd"); | |
echo "$date"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment