[日付処理] 日付文字列に経過日数を反映させる


  実行結果

  

2002/01/01
1920/12/31
2002/01/01
2020/12/31

2000/01/02
1919/01/01
2000/01/02
2019/01/01

20020101
19201231
20020101
20201231

20000102
19190101
20000102
20190101

01/01/2002
12/31/1920
01/01/2002
12/31/2020

01/02/2000
01/01/1919
01/02/2000
01/01/2019
  

  ソース




  

<HTML><BODY>
<%

Function StrDateAdd( strDate, nDay, nType )

	Dim strWork
	Dim strCheck
	Dim nLen
	Dim dtDate

	' 日付文字列無し
	if strDate = "" then
		StrDateAdd = ""
		Exit Function
	end if

	' 数値エラー
	if not IsNumeric( nDay ) then
		StrDateAdd = ""
		Exit Function
	end if

	' 日付を数値のみにしてチェック
	strWork = Replace( strDate, "/", "" )
	nLen = Len( strWork )
	if nLen <> 6 and nLen <> 8 then
		StrDateAdd = ""
		Exit Function
	end if

	' 6ケタの場合は8ケタに(2000年代とする)
	if nLen = 6 then
		strWork = "20" & strWork
	end if

	' 日付妥当チェック( IsDate は、MM/DD/YYYY )
	strCheck = Mid( strWork, 5, 2 ) & "/" & Right( strWork, 2 ) & "/" & Left( strWork, 4 )
	if not IsDate( strCheck ) then
		StrDateAdd = ""
		Exit Function
	end if

	' 加算の為、フォーマット
	strWork = Left( strWork, 4 ) & "/" & Mid( strWork, 5, 2 ) & "/" & Right( strWork, 2 )

	' 加算
	dtDate = CDate( strWork ) + nDay

	' 日付結果が短い場合、長くする(2000年代とする)
	if Len( dtDate ) = 8 then
		strWork = "20" & dtDate
	else
		strWork = dtDate & ""
	end if

	' タイプ別フォーマット
	Select Case nType
		Case 0
			StrDateAdd = strWork
		Case 1
			StrDateAdd = Replace( strWork, "/", "" )
		Case 2
			StrDateAdd = Mid( strWork, 6, 2 ) & "/" & Right( strWork, 2 ) & "/" & Left( strWork, 4 )
		Case Else
			StrDateAdd = ""
	End Select

End Function

For I = 0 to 2
	Response.Write StrDateAdd( "20010101", 365, I ) & "<br>"
	Response.Write StrDateAdd( "19200101", 365, I ) & "<br>"
	Response.Write StrDateAdd( "010101", 365, I ) & "<br>"
	Response.Write StrDateAdd( "200101", 365, I ) & "<br><br>"
	Response.Write StrDateAdd( "2001/01/01", -365, I ) & "<br>"
	Response.Write StrDateAdd( "1920/01/01", -365, I ) & "<br>"
	Response.Write StrDateAdd( "01/01/01", -365, I ) & "<br>"
	Response.Write StrDateAdd( "20/01/01", -365, I ) & "<br><br>"
Next

%>
  




yahoo  google  MSDN  MSDN(us)  WinFAQ  Win Howto  tohoho  ie_DHTML  vector  wdic  辞書  天気 


[aspSample]
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
24/04/19 13:38:24
InfoBoard Version 1.00 : Language=Perl

1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube