Jump to content

Recommended Posts

Posted

I am very novice to autoit and I have searched around but cannot seem to find the answer to what seems to be a simple questions.

I would like to set a local variable equal to today's date.

Local $Todate
$Todate = 'todays date in the format of mm/dd/yyyy

Any help would be greatly apprciated

Posted

You can use the macros @MDAY, @Month , @Year and concatenating operator & for assigning data to variable. Therfore it would be helpfull to read the Language Reference in Helpfile (Datatypes, Variables, Macros, Operators)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...