以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 长日期时间格式 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=192253) |
-- 作者:mxl810823 -- 发布时间:2024/6/6 9:38:00 -- 长日期时间格式 生成临时表,如何时间格式设定为长日期时间型?? Dim dtb As New DataTableBuilder("内容") dtb.AddDef("播报内容", GetType(String), 200) dtb.AddDef("生成时间", GetType(Date), DateLongTime) \'???? dtb.AddDef("播报时间", GetType(Date), DateLongTime) \'????
|
-- 作者:有点蓝 -- 发布时间:2024/6/6 9:57:00 -- 先生成表,再设置列:http://www.foxtable.com/webhelp/topics/1611.htm |