Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[求助]如何设置表里日期列的日期显示格式

1楼
xubing051018 发表于:2023/10/11 9:17:00
现在 2023-10-01  改显示成 2023.10.01
2楼
有点蓝 发表于:2023/10/11 9:41:00
drawcell事件

if e.col.name = "日期" then
if e.row.isnull("日期") = false then
e.text = format(e.row("日期"),"yyyy.MM.dd")
end if
end if
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .04688 s, 2 queries.