J
Jeff
Hi Everyone,
I am building a page about Horoscopes. The user key in a day (in Date
datatype), then it automatically displays a Horoscopes. There must be
something like:
If InputDate Between Nov 23 And Dec 21 Then
txtHoro = "Sagittarius"
ElseIf InputDate Between Dec 22 And Jan 19 Then
txtHoro = "Capricorn"
...................................
End If
Could someone help me write this in codes? No idea how to convert just month
& day in Date type. Thank you.
I am building a page about Horoscopes. The user key in a day (in Date
datatype), then it automatically displays a Horoscopes. There must be
something like:
If InputDate Between Nov 23 And Dec 21 Then
txtHoro = "Sagittarius"
ElseIf InputDate Between Dec 22 And Jan 19 Then
txtHoro = "Capricorn"
...................................
End If
Could someone help me write this in codes? No idea how to convert just month
& day in Date type. Thank you.