Jump to content

Recommended Posts

Posted

I'm about to use this function and I wanted to know if there was a way (besides changing my computer settings) to change the format the date comes out in. i.e: yyyymmdd

Thanks,

FireLord

While Alive() {
	 DrinkWine();
}
AutoIt Programmer
Posted

I'm about to use this function and I wanted to know if there was a way (besides changing my computer settings) to change the format the date comes out in. i.e: yyyymmdd

Thanks,

FireLord

i think the _DateTimeFormat function might be what your looking for :)

look it up in the helpfile

Posted (edited)

Never mind, just found the right function in the helpfile.

Edit: Just saw your post, and yes that could work but I'm going to use _NowCalcDate :) :)

Edited by FireLordZi
While Alive() {
	 DrinkWine();
}
AutoIt Programmer

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...