按PC格式返回当前日期.
#Include <Date.au3> _NowDate()
#include <Date.au3> MsgBox(4096,'',"现在日期为:" & _NowDate())