|
-
January 12th, 2000, 06:04 AM
#1
Compares dates
How do i compare 2 dates with the format "dd\mm\yy"?
-
January 12th, 2000, 06:25 AM
#2
Re: Compares dates
suppose we have date1 and date2:
a=format(date1,"yyyymmdd"
b=format(date2,"yyyymmdd"
if a>b then max=a else max=b
Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece
-
January 12th, 2000, 07:32 AM
#3
Re: Compares dates
I can say I am a "date specialist". Ask me whetever you need about dates. I have a lot experience on such subject... Maybe I can help you. Did it work for now?
Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece
-
January 12th, 2000, 08:13 AM
#4
Re: Compares dates
Thanks for your help!. It helps me althought I found the "DateDiff" function which also do the work.
If I will have more questions about dates I will not hesitate to ask you directly!
anyway thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|