javascript IMG fileCreatedDate
| fileCreatedDate | NN n/a IE 4(Win)/5(Mac) DOM n/a |
| Read-only | |
|
Returns a string of the date (but not the time) that the server (or local filesystem) reports the currently-loaded file was created. By loading an image into a nonrendered Image object, a script can determine the date of the image (but more accurately from the fileUpdatedDate property). IE 4's value is a long date format, but starting with IE 5, the date information is formatted as mm/dd/yyyy. The value may be corrupted if the server supplies the data in a format that IE does not expect. Implemented in IE 5/Mac, but the value is empty. |
|
| Example | |
var dateObj = new Date(document.logoImg.fileCreatedDate); |
|
| Value | |
Date string. |
|
| Default | |
None. |
|
Previous: javascript IMG fileModifiedDate
Next: javascript IMG dynsrc
978,Nickname,Homepage or email,Comments here,Add comment
