Hi,
when you use ACCEPT DATE and ACCEPT TIME there is a chance that they don't fit with the moment you take it, for example when the program does this on the moment when the date is changing.
Suppose the program is taking time and date on 4 april 2004 23:59:59. When you first take the date and after that the time, it can happen that you get:
date: 040404
time: 00000001
or the other way around:
time: 23595999
date: 040405
In both cases time and date are inconsistent with the moment you got it. The difference is almost a complete day. If you take the date first and after that the time, you should check if the date is changed. If it is, you should take the time again.
If the FUNCTION CURRENT-DATE is available, you don't have this potential trouble, so it is better to use this function.
Regards,
Crox