各程式语言与日期相关语法之识别字词一览表_第1页
各程式语言与日期相关语法之识别字词一览表_第2页
各程式语言与日期相关语法之识别字词一览表_第3页
各程式语言与日期相关语法之识别字词一览表_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、各程式語言與日期相關語法之識別字詞一覽表程式語言與日期有關的語法搜尋之關鍵字任何語言常見以民國年=西元現年-1911計算公式(任何程式語言均採用)搜尋1911 JAVA、JSP1. Date date1 = new Date(); 2. SimpleDateFormat dateFormat = new SimpleDateFormat(“yyyyMMddHHmmss”);3. Calendar date = Calendar.getInstance(TimeZone.getTimeZone(“GMT+8”);4. GregorianCalendar gcl = new GregorianCa

2、lendar();year=gc1.get(Calendar.YEAR);   1.Date2.SimpleDateFormat3.Calendar4.GregorianCalendar或YEARJavaScript 1. var today=new Date();2. getYear(), 取得(西元年-1900)(97-11=民國86年)1.Date2.11VBScript1. Dim myDateString myDateString = Date()2. d=”April 22, 2001” if IsDate(d) then document.write(CDate(d)

3、end if3. document.write(Now)1.Date2.IsDate或Cdate3.NowASP1. tname1 = "pc_res_"+cstr(year(date()-1911-2)2. writetime = year(now) & "/" & month(now) & "/"& day(now) & " " & hour(now) &":" & minute(now) & ":"

4、 & second(now)3. CDate(now( )+2)4. IsDate("December 31,1999")1.Date2.now3.CDate4.IsDateVB1. Dim dtmTest As DatedtmTest = DateValue(Now)2. Dim MyDateMyDate = Date3. Dim YourDate, NoDate, MyCheckYourDate = #2/12/69#: NoDate = "Hello"MyCheck = IsDate(MyDate) ' 傳回 TrueMyCheck

5、 = IsDate(NoDate) ' 傳回 False1.DateValue 或Now2.Date3.IsDateASP.NET 之C#1. DateTime d1 = DateTime.Now;2. string date = "01/08/2008"DateTime dt = Convert.ToDateTime(date);1.DateTime 或Now2.ToDateTimeASP.NET 之VB.NET1. Dim d1 As DateTime = DateTime.Now2. Dim convertedDate As DateconvertedDate

6、 = Convert.ToDateTime(value)1.DateTime 或Now2.ToDateTimeASP.NET 之C+1. DateTime d1 = DateTime:Now;1.DateTime 或NowASP.NET 之J#1. DateTime d1 = DateTime.get_Now();1.DateTime 或NowFoxpro1. DATE() 求當前日期 ex: 2009-02-032. DATETIME() 求當前日期和時間ex: 2009-02-03 0:22:33am1.DATE2.DATETIMEDELPHI1. lSendTime.Caption :=

7、 DateTimeToStr(Now);2. slReplyContent.Add(CurUserID + ' ' +CurUserName + ' 於 ' +FormatDateTime('yyyy/mm/dd hh:nn:ss', Now) + '的回覆內容:');3. var d1, d2: TDate;begind1 := StrToDate('09/01/2000');d2 := StrToDate('09/01/2001');d3 := round(d2-d1);Showmessage(

8、IntTostr(d3);end;4. var aa,bb,cc:word;tt:tdatetime;decodedate(now,aa,bb,cc);tt:=encodedate(aa,bb,cc);5. now,date,time:現在的日期時間Label1.Caption := 'Today is ' + DateToStr(Date);Label1.Caption := DateTimeToStr(Now);Caption := TimeToStr(Time);6. if Chart1.BottomAxis.IsDateTime then.1.DateTime 或Now

9、2.FormatDateTime 或 Now3.TDate 或StrToDate4.tdatetime 或decodedate或Encodedate5.now 或date或time6.IsDateTimeC1. int ret,year,month,day; char tmp130,tmp210; ret=get_dtime(tmp1,'d'); memcpy(tmp2,&tmp10,4); year=atoi(tmp2)-1911;2. Label1->Caption = DateToStr(Date();1. get_dtime2. Date3. DateToStrCOBOLAC

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论