以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 计算年龄表达式 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=96704) |
|
-- 作者:guimingze -- 发布时间:2017/2/26 21:47:00 -- 计算年龄表达式
|
|
-- 作者:有点色 -- 发布时间:2017/2/26 22:57:00 -- If e.DataCol.name = "出生年月" Then Dim d As Date = New Date(e.newvalue.substring(0,4), e.newvalue.substring(5,2), 1) |