Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


February 14, 2009 - WinTask - WeekDayDate (undocumented function)

Posted in WinTask

 

'
' WeekDayDate - Returns the day of the week as a number
' using the date given in the argument as the basis.
' (undocumented)
'
' see: WeekDay
'
' Note: Don't use Date$() as the argument to WeekDayDate()
' It can cause WinTask to crash
'

 

'
' example - display the day number
' of the date that was two days ago
'
var$=DateToDate$("d",-2,Date$())
var=WeekDayDate(var$)
MsgBox(var)




Any comments on this article?
Email Me


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now