blantek212 Posted November 27, 2016 Share Posted November 27, 2016 Hello, I'm trying to write code to check the date. The date of the Windows operating properly take, but is it possible to check a date online? If yes, then how to do it? Link to comment Share on other sites More sharing options...
Danyfirex Posted November 27, 2016 Share Posted November 27, 2016 You can use http://www.timeapi.org/ Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
blantek212 Posted November 27, 2016 Author Share Posted November 27, 2016 Thanks for suggestion, but I don't have any idea how to use this in autoit Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted November 27, 2016 Moderators Share Posted November 27, 2016 This should get you started. You can change your timezone, etc. All the info is on the TimeApi site: $sNow = BinaryToString(InetRead("http://www.timeapi.org/utc/now")) ConsoleWrite($sNow & @CRLF) aa2zz6 and Danyfirex 2 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
blantek212 Posted November 27, 2016 Author Share Posted November 27, 2016 OK, thanks 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