[progress Communities] [progress Openedge Abl] Forum Post: Re: Sending Date Parameter The...

  • Thread starter Thread starter Aidan Jeffery
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top