asp

位置:IT落伍者 >> asp >> 浏览文章

asp的日期转换星座函数


发布日期:2019年06月06日
 
asp的日期转换星座函数

日期转换星座函数参数是日期型
function astro(birth)
astro=""
if birth="" or not isdate(birth) Then exit function
birthmonth=month(birth) : if birthmonth< then birthmonth="" & birthmonth
birthday=day(birth) : if birthday< then birthday="" & birthday
birth=trim(birthmonth & birthday) 重整月日
rAstro=split("水瓶座**#双鱼座**#白羊座**#金牛座**#双子座**#巨蟹座**#狮子座**#处女座**#天秤座**#天蝎座**#射手座**#摩蝎座**#""#")
astro="摩蝎座" 这个是跨年的不好对比先默认
for i_ls= to ubound(rAstro)
rls=split(rAstro(i_ls) & "*""*")
if birth>=rls() and birth<=rls() then
astro=rls()
exit for
end if
next
end function

上一篇:ASP程序直接连接MYSQL数据库

下一篇:asp 过滤html标签