mred589 Posted July 3, 2005 Posted July 3, 2005 I've been looking through previous posts and have found references to a datediff function. Its not an inbuilt function but the contruction of one of the other programer on this list. I can't find where to download it. If anyone can help me I would greatly appriciate it.
Valuater Posted July 3, 2005 Posted July 3, 2005 Open help in autoit ( normally from sciTe) click on search (this is a tab in autoit help) type in date and click "list topics" You will find lots of info 8)
Valuater Posted July 3, 2005 Posted July 3, 2005 (edited) besides.... it is there _DateDiff -------------------------------------------------------------------------------- Returns the difference between 2 dates, expressed in the type requested. #include <Date.au3> _DateDiff($sType, $sStartDate, $sEndDate) 8) Edited July 3, 2005 by Valuater
/dev/null Posted July 3, 2005 Posted July 3, 2005 help file: _DateDiff() Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
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