Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
下载信息 [文件大小: 下载次数: ] | |
点击浏览该文件:sy.table |
if e.DataRow("身份证号") IsNot Nothing Then
Dim t As Integer = Date.Today.year
Dim y As Date = ReadBirthday(e.DataRow("身份证号"))
Dim d AS Integer = y.Year
e.DataRow("年龄") = t - d
End if