exodius Posted February 6, 2005 Share Posted February 6, 2005 Has anyone else used this extensively? I included the date.au3 library, but it's still not returning anything for me. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 6, 2005 Developers Share Posted February 6, 2005 Has anyone else used this extensively? I included the date.au3 library, but it's still not returning anything for me.<{POST_SNAPBACK}>Included example in the helpfile works fine, so not sure what you are looking for ??#include <Date.au3> ; Retrieve the long name $sLongDayName = _DateDayOfWeek( @WDAY ) ; Retrieve the abbreviated name $sShortDayName = _DateDayOfWeek( @WDAY, 1 ) MsgBox( 4096, "Day of Week", "Today is: " & $sLongDayName & " (" & $sShortDayName & ")" ) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
exodius Posted February 6, 2005 Author Share Posted February 6, 2005 Has anyone else used this extensively? I included the date.au3 library, but it's still not returning anything for me.<{POST_SNAPBACK}>After upgrading to 3.1 and looking at the helpfile again, I can see what you're talking about 3.0.102 didn't have that good of documentation for it. Thanx 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