TigBits Posted July 21, 2017 Share Posted July 21, 2017 (edited) . Edited April 1, 2021 by Melba23 Removed edit insult Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted July 21, 2017 Share Posted July 21, 2017 @TigBits Welcome to the AutoIt forum Your nickname is a bit tricky, but, when you change the position the first T with the B, you got an awesome nickaname. By the way, to help you, we need more information. Remember that, when you ask for help, is better to attach the code you worked/are working with, in order to have something in our hand to work with Skeletor 1 Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
Trong Posted July 21, 2017 Share Posted July 21, 2017 You've seen the document? #include <Date.au3> ; Encode a file time Local $tFile = _Date_Time_EncodeFileTime(@MON, @MDAY, @YEAR, @HOUR, @MIN, @SEC) Local $tSystem = _Date_Time_FileTimeToSystemTime($tFile) ConsoleWrite("System file time .: " & _Date_Time_SystemTimeToDateTimeStr($tSystem)&@CRLF) Regards, Link to comment Share on other sites More sharing options...
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