⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showdate.js

📁 这是ASP的OA
💻 JS
字号:
<!--
today=new Date()
theYear = today.getYear()
if(theYear >= 100 && theYear < 2000) theYear=theYear-100+2000

function MonthArray(){
  this.length=MonthArray.arguments.length
  for(var i=0;i<this.length;i++)
  this[i+1]=MonthArray.arguments[i] 
}

m=new MonthArray("January", "February", "March", "April", "May", "June", "July","August","September","October","November","December")
document.write(m[today.getMonth()+1]," ",today.getDate(),", ",theYear)
//-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -