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



>

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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