stuartkeith
Registered User.
- Local time
- Today, 06:34
- Joined
- Jan 5, 2007
- Messages
- 15
Thanks for the help on my last question. One more small one.
How do I compare two dates to check if the entered date is newer or older than the current date. I have tried
but that dosent work correctly.
What I am doing is comparing the expirey date of a warranty and if it has passed then a note is given saying that the warranty has now expired.
thanks
How do I compare two dates to check if the entered date is newer or older than the current date. I have tried
Code:
if date > thendate then xxx
What I am doing is comparing the expirey date of a warranty and if it has passed then a note is given saying that the warranty has now expired.
thanks