I wanna show the last modified/updated date for those files shown in my page, which are stored in my server, i.e. users get the files from my server via the web page.
By using javascript, how to get these dates and show it on my web page?
更新1:
I am not wanting the web page last modified date. I am wanting the date that the file I uplaoded on the server. For example: The web page is RE_DOWN.HTML The files display in it called ABC.XLS DEF.TXT and I actually wants the last modified date of ABC.XLS and DEF.TXT. But not the date of RE_DOWN.HTML Thanks
更新2:
Then how can I do by using PHP??
更新3:
How to use those SSI code?? Would you please give me and example?