Jump to content

Getting _DateDayOfWeek to work


exodius
 Share

Recommended Posts

  • Developers

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

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 :lmao: 3.0.102 didn't have that good of documentation for it. Thanx
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...