VB6: day of week from a date
rocdan13
Posted messages
38
Status
Member
-
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)
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)