Returns the current Date in the Pc's format
#include <Date.au3> _NowDate ( )
If your computer's regional settings is not accessible it returns the date in the "M/d/yyyy" format.
_DateTimeFormat, _Now, _NowCalc, _NowCalcDate, _NowTime
#include <Date.au3> #include <MsgBoxConstants.au3> MsgBox($MB_SYSTEMMODAL, '', "The Date is:" & _NowDate())