Bill,
When using the BASEDATE option of the DATE() function, a friend of mine
noticed that if you try:
result = date('b',19500101,'s')
you get an error when using any date before 19770101
The error is Error 18, Invalid argument to function.
Stay cool B-)
-Larry
>ARexx starts it calendar with 19770101 and works forward from there.
So in other words the farthest back you can go using a SORTED date is
19770101, making BASEDATE conversions prior to that impossible?
Stay cool B-)
-Larry
Yes, the ARexx calendar conversion was intended for current and future dates.
BASEDATE conversions allow you to compute the interval in days between calendar
dates.
-Bill Hawes