Jump to content

Yesterday


BOBBY328
 Share

Recommended Posts

Or you could try :

CODE
$short = YesterdayShortDayName()

Func YesterdayShortDayName()

Local $Days[7] = ["Sat", "Sun", "Mon", "Tue", "Wed", "Thu","Fri" ]

Return $Days[@WDAY-1]

EndFunc

if you need it in a function

Cheers

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