本站首页    管理页面    写新日志    退出


«August 2026»
1
2345678
9101112131415
16171819202122
23242526272829
3031


公告
努力学习C#。

我的分类(专题)

日志更新

最新评论

留言板

链接


Blog信息
blog名称:Areyan's Blog
日志总数:31
评论数量:10
留言数量:-2
访问次数:140168
建立时间:2005年1月5日




[Script]calendar_js
电脑与网络

阿严 发表于 2005/3/21 13:12:25

<script>
  var month_str="JanFebMarAprMayJunJulAugSepOctNovDec"
  var myDate=new Date();
  var toYear_num=myDate.getYear();
  var toMonth_num=myDate.getMonth();
  var toDate_num=myDate.getDate();
  var toDay_num=myDate.getDay();
  var tempYear_num=toYear_num;
  var tempMonth_num=toMonth_num;
  var tempDate_num=toDate_num;
  var tempDate1 = new Date(tempYear_num, tempMonth_num, 1);
  var firstWeek = t


阅读全文(1935) | 回复(0) | 编辑 | 精华 | 删除
 


[Script]calendar_vbs
电脑与网络

阿严 发表于 2005/3/21 13:11:37

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
 Dim AllMonth_str,toYear_num,toMonth_num,toDate_num,toDay_num,firstWeekDay
 Dim tempYear_num,tempMonth_num,tempDate_num
 Dim i,j,k,l
 AllMonth_str="JanFebMarAprMayJunJulAugSepOctNovDec"
 toYear_num=Year(Date)
 toMonth_num=Month(Date)
 toDate_num=Day(Date)
 tempYear_num=toYear_num
 tempMonth_num=toMonth_num
 tempDate_num=toDate_num
 month_str=Mid(AllMonth


阅读全文(1769) | 回复(0) | 编辑 | 精华 | 删除
 


« 1



站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.031 second(s), page refreshed 144887159 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号