get_creation_date
get_creation_date($path,$time=false); - this function is used to get the date of folder creation
the function accepts parameters as input:
$path – path to the folder to get the creation date (string). It can be either absolute or relative (relative to the script folder).br>$time – with true function gives only the time of folder creation, and in false - shows only the creation date of the folder (available from 4.6.12)
After testing, the function returns the result of its work to the script :
creation date – the date of creation of the specified folder (string)false – there is no such folder (boolean)