asp.net.ph

Skip Navigation Links

fileModifiedDate Property

DHTML Object Properties   DHTML Objects


Retrieves the date the file was last modified.

Syntax

HTML N/A
Script [ sDate = ] img.fileModifiedDate

Possible Values

sDate Date of the last file modification ( for example, "Monday, December 08, 1997" ).

The property is read-only with no default value.

Example

This example code fragment assigns the date the current file was last modified to a variable named lastModify and displays it in a message box.

var lastModify = document.fileModifiedDate;
alert ( dateCreated );

 Show me 

Applies To

document, IMG


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note