VB6: day of week from a date

rocdan13 Posted messages 38 Status Member -  
rocdan13 Posted messages 38 Status Member -
Hello
Text2 = Weekday(text1)
text1: date
text2: result: English week day number starting with Sunday
(1) then Monday (2) and so on, up to Saturday (7)

2 answers

  1. rocdan13 Posted messages 38 Status Member
     
    Hello
    thank you for the response
    0