' 呼叫 日期 eg 2月 14日 ==> 0214
' 11:56 2005/3/9
' CC.HSIEH
'dim
dim strm,strd,strToday,stry
call datt
msgbox strToday
'sub program
sub datt
stry = DatePart("yyyy",Date())
stry = mid(stry,3,2)
strm = DatePart("m",Date())
If len(trim(strm)) = 1 Then
strm = "0" & strm
end if
strd = DatePart("d",Date())
If len(trim(strd)) = 1 Then
strd = "0" & strd
end if
strToday = stry & strm & strd
end sub
2007年11月27日 星期二
訂閱:
張貼留言 (Atom)
RHEL install EPEL
https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...
-
記事本開啟 HKEY_CLASSES_ROOT\*\shell] [HKEY_CLASSES_ROOT\*\shell\NotePad] @="用記事本開啟" [HKEY_CLASSES_ROOT\*\shell\NotePad\command] @=...
-
https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...
-
Check Log Mode SQL> select dbid,name from v$database; select log_mode , OPEN_MODE , DATABASE_ROLE from v$database; --Data...
沒有留言:
張貼留言