以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]DateTimePicker (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=78130) |
-- 作者:柚柚 -- 发布时间:2015/12/2 17:52:00 -- [求助]DateTimePicker 怎么让DateTimePicker 的默认时间显示为2015-12-02 23:59:59 每次选择完日期之后直接显示2015-12-02 00:00:00
|
-- 作者:大红袍 -- 发布时间:2015/12/2 19:04:00 -- TextChanged事件
If e.Sender.Text.contains("00:00:00") Then |