以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 求助,如何筛选指定日期 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=139122) |
-- 作者:zto001 -- 发布时间:2019/8/6 11:44:00 -- 求助,如何筛选指定日期 求助,如何筛选指定日期,比如筛选今天一整天的数据 Dim Customers As List(Of String)
Customers = DataTables("退件扫描").SQLGetValues("运单编号", "扫描时间 < Date.Today.AddDays(1) and 扫描时间 > Date.Today ") For Each Customer As String In Customers Output.Show(Customer) Next |
-- 作者:有点蓝 -- 发布时间:2019/8/6 13:52:00 -- 参考:http://www.foxtable.com/webhelp/topics/1284.htm |