A
Aidan Jeffery
Guest
An ABL date can also be converted to an integer: myint = INTEGER(TODAY). And you can convert it back again using the DATE function: mydate = DATE(myint). So maybe you could STRING the integer values of the two dates.
Continue reading...
Continue reading...