1个回答
展开全部
string ls_date
date ld_today
long ll_year,ll_month
ld_today=date(today())
ll_year=year(ld_today)
ll_month=month(ld_today)
choose case ll_month
case 1
ls_date=string(ll_year - 1)+"-"+string(11)+"-01"
case 2
ls_date=string(ll_year - 1)+"-"+string(12)+"-01"
case 3 to 12
ls_date=string(ll_year)+"-"+string(ll_month - 2)+"-01"
end choose
return ls_date
date ld_today
long ll_year,ll_month
ld_today=date(today())
ll_year=year(ld_today)
ll_month=month(ld_today)
choose case ll_month
case 1
ls_date=string(ll_year - 1)+"-"+string(11)+"-01"
case 2
ls_date=string(ll_year - 1)+"-"+string(12)+"-01"
case 3 to 12
ls_date=string(ll_year)+"-"+string(ll_month - 2)+"-01"
end choose
return ls_date
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询