找回密码
 加入
搜索
查看: 1302|回复: 4

请问一下关于日期的问题!!补充提问!

[复制链接]
发表于 2009-4-12 16:21:26 | 显示全部楼层 |阅读模式
日期格式为:xxxx年xx月xx日,请问如何将该日期指定加上x天之后得出的日期?? [ 已解决!]

补充提问:
$Date_Input = GUICtrlGetHandle(GUICtrlCreateDate("", 82, 81, 276, 20))
_GUICtrlDTP_SetFormat($Date_Input, "yyyy 年 MM 月 dd 日 dddd")

这样使用 GUICtrlRead($Date_Input) 读取出来的值是0!!应该怎么读取上面显示的日期呢??

[ 本帖最后由 eddielove 于 2009-4-12 19:17 编辑 ]
发表于 2009-4-12 16:31:02 | 显示全部楼层
_DateAdd
<填充字符>
 楼主| 发表于 2009-4-12 18:39:16 | 显示全部楼层
谢谢!!还有就是
$Date_Input = GUICtrlGetHandle(GUICtrlCreateDate("", 82, 81, 276, 20))
_GUICtrlDTP_SetFormat($Date_Input, "yyyy 年 MM 月 dd 日 dddd")

这样使用GUICtrlRead($Date_Input)读取出来的值是0!!有什么方法可以读取出设置的日期格式??
发表于 2009-4-12 18:54:41 | 显示全部楼层
GUICtrlRead ( controlID [, advanced] )
handle <> control ID

$Date_Input = GUICtrlCreateDate("", 82, 81, 276, 20)
$Date_Handle = GUICtrlGetHandle($Date_Input)
_GUICtrlDTP_SetFormat($Date_Handle, "yyyy 年 MM 月 dd 日 dddd")
$Date = GUICtrlRead($Date_Input)

[ 本帖最后由 sensel 于 2009-4-12 19:02 编辑 ]
 楼主| 发表于 2009-4-12 19:17:22 | 显示全部楼层
谢谢!!感谢高手的帮忙!!
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2025-1-12 22:54 , Processed in 0.073605 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表