| Author |
Date in long format like in Java
|
Mary Cole
Ranch Hand
Joined: Dec 02, 2000
Posts: 362
|
|
Hi, I have 2 date fileds with calendars. iwant to compare the dates so that I can do calculations based on the difference between the date. Is there a way to convert the date in long format like in java and compare it Thanks in advance [ January 09, 2007: Message edited by: Mary Cole ] [edit - remove code tags - Eric] [ January 09, 2007: Message edited by: Eric Pascarello ]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Play with Eric
|
 |
Mary Cole
Ranch Hand
Joined: Dec 02, 2000
Posts: 362
|
|
|
How do I get the difference....like if its 10 days or 15 days or 365 days or 5 yrs
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
d2-d1 gives you milliseconds Eric
|
 |
 |
|
|
subject: Date in long format like in Java
|
|
|