filemtime() to show milliseconds

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 —

Date formats

Sponsor our Newsletter | Privacy Policy | Terms of Service