媒体开奖时间

 

 

每周一、周三、周六晚19:30分 开奖

<%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%>