开奖公告传真

<%function fnames(str) ll=formatdatetime(str,2) jlj=split(ll,"-") yy=jlj(0) mm=jlj(1) dd=jlj(2) if len(mm)=1 then mm="0"&mm if len(dd)=1 then dd="0"&dd ljlj=yy&mm&dd llt=len(ljlj) fnames=right(ljlj,llt) end function function ttime(str) ll=formatdatetime(str,2) jlj=split(ll,"-") yy=jlj(0) mm=jlj(1) dd=jlj(2) if len(mm)=1 then mm="0"&mm if len(dd)=1 then dd="0"&dd ljlj=yy&"年"&mm&"月"&dd&"日" llt=len(ljlj) ttime=right(ljlj,llt) end function%>