对时间天数的更改,如:string ls_beginls_begin = '2011-8-11'现在需要改11为12,需要怎么改?[解决办法]ls_begin = string(relativedate(date(ls_begin), 1), 'yyyy-mm-dd')