最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

fileCreatedDate Property

Internet Development Index

Retrieves the date the file was created.

Syntax

HTMLN/A
Scripting[ sDate = ] object.fileCreatedDate

Possible Values

sDateString that receives the date the file was created. For example, Monday, December 08, 1997.

The property is read-only. The property has no default value.

Example

This example implements the fileCreatedDate property to count the number of days since the document was created.

<SCRIPT>
window.onload=fnInit;
function fnInit(){
// Date document was created
var oCreated=new Date(document.fileCreatedDate);
// Today's Date
var oToday=new Date();
//There are 86400000 milliseconds in a day
var iMilliSeconds=86400000;
var iDaysBetween=(oToday.getTime() - oCreated.getTime()) / iMilliSeconds;
alert("Created: " + oCreated + "\nDays since created: " +
parseInt(iDaysBetween));
}
</SCRIPT>

Standards Information

There is no public standard that applies to this property.

Applies To

document, IMG
大庆市| 宿松县| 虞城县| 扎赉特旗| 克什克腾旗| 金沙县| 博湖县| 会东县| 新巴尔虎右旗| 景德镇市| 望谟县| 康乐县| 海林市| 静乐县| 汝阳县| 岱山县| 确山县| 东源县| 汉沽区| 色达县| 应城市| 准格尔旗| 章丘市| 平顺县| 高阳县| 博客| 武乡县| 长寿区| 扶绥县| 武清区| 修水县| 吴忠市| 万源市| 田林县| 株洲市| 花莲市| 景泰县| 玉溪市| 诸城市| 大竹县| 塔城市|