Given the below, how do I modify it to show the file creation/modification time down to the millisecond?
— Code Start —
echo basename($bmp_target) . " - Created/Modified: ".date(“F d Y H:i:s.”,filemtime($bmp_target));
— Code End —
Given the below, how do I modify it to show the file creation/modification time down to the millisecond?
— Code Start —
echo basename($bmp_target) . " - Created/Modified: ".date(“F d Y H:i:s.”,filemtime($bmp_target));
— Code End —