Subject | Re: [ib-support] Difference between two dates |
---|---|
Author | helton_o |
Post date | 2002-11-21T12:21:13Z |
Hi Svein,
Thanks for your help. I need the result in years, months and days, so, how can I convert the resulting difference in days to years, months and days ?
What is this "rdb$database" ?
Thanks,
Helton
Thanks for your help. I need the result in years, months and days, so, how can I convert the resulting difference in days to years, months and days ?
What is this "rdb$database" ?
Thanks,
Helton
>Helton,At 11:31 21.11.2002 +0000, you wrote:
>this is either simpler than you think or your question more >complicated
>than I think - subtracting two dates from eachother results in the
>difference in days. E.g.
>
>Select '21.11.2002' - '01.11.2002' as NoOfDays
>from rdb$database
>
>should return 20.
>Hi,
>
>Does anyone has, or knows where can I find, a procedure which calculates
>the difference between two dates giving the result in days, months and years ?
>
>Thanks,
>
>Helton