Skip to content

Instantly share code, notes, and snippets.

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