Jump to content

Recommended Posts

Posted (edited)

I want to check if the time is between 2-6am and my variable $systemTime contains the time in the format: "day/month/year hour:minute:second".

The following works perfect

#include <Date.au3>
#Include <string.au3>

$systemTimeDate = _Date_Time_GetSystemTime()
$systemTime = _Date_Time_SystemTimeToDateTimeStr($systemTimeDate)

My question is how do I seperate the date from the time? When I do the following I get an error:

$systemTime = $systemTime[14]
Edited by dehdar

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