i am trying to get the date of post-uploaded files with filemtime(), then date() to make it readable. filemtime() alone returns nothing, which date() then converts to 1st december.
i have tried using stat() with much the same results. i am thinking that these functions are unavailable on my server. or is my code?