oneillp1 Posted March 9, 2016 Posted March 9, 2016 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
AutoBert Posted March 9, 2016 Posted March 9, 2016 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) oneillp1 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now