Faustino29
Programmer
I would like use the instruction FUNCTION with the dates...But I don't know which instruction of these two is right (or are the two right??)
1. FUNCTION DATE-TO-INTEGER (zone)
with zone : YYYYMMDD
which returns the number of days since 1/1/1600
OR
2. FUNCTION INTEGER-OF-DATE (num)
with num : YYYYMMDD
which also returns the number of days since 1/1/1600
Thank you!!!
Faustino.
1. FUNCTION DATE-TO-INTEGER (zone)
with zone : YYYYMMDD
which returns the number of days since 1/1/1600
OR
2. FUNCTION INTEGER-OF-DATE (num)
with num : YYYYMMDD
which also returns the number of days since 1/1/1600
Thank you!!!
Faustino.