Intense Help
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
ahh, nvm.. at least u tried.. :l I think i got it, first use a label and called it date and if you upload the date is for EG 2/3/2011 and your computer's date is 2/3/2011
it will show the message??
it will show the message??
Code: Select all
? Dim dt As DateTime = DateTime.Parse("2/3/2011")
If DateTime.Now.Date = dt Then
MsgBox("date is now")
End If
Copyright Information
Copyright © Codenstuff.com 2020 - 2023