摘要: 1、强制转日期格式,yyyy-m-d Sheet2.Cells(2, 1) = Format(Sheet2.Cells(2, 1), "yyyy-m-d")Sheet2.Cells(2, 25) = Format(Sheet2.Cells(2, 25), "yyyy-m-d") 2、取日期格式中的年 阅读全文
posted @ 2018-12-16 18:40 飞鸟2018 阅读(3338) 评论(0) 推荐(0)