日期:2014-05-16 浏览次数:20406 次
//实时计算在华天数if dwo.name = "tbrq_1" then li_pos = PosW(data,' ') if li_pos < 1 then return ls_temp = left(data,li_pos - 1) ll_days = gf_getdays(string(year(date(ls_temp))),& string(dw_1.GetItemnumber(1,"gldm"))) dw_1.Modify("days.text ='" +string(ll_days)+"'")end if //