V803.409c BAQ- Converting a number to a date

Never mind I figured this out. 



---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:

I am trying to take my receipt date (PartTran) and my Shelf Life-which is in days (Part) to come up with a chemical expiration date.

I have:

(Integer(PartTran.TranDate)+(Part.LotShelfLife))

 

Which gives me a number that is increased by the Shelf Life days BUT now I need to convert that new number into a expiration date.

I am trying to take my receipt date (PartTran) and my Shelf Life-which is in days (Part) to come up with a chemical expiration date.

I have:

(Integer(PartTran.TranDate)+(Part.LotShelfLife))

 

Which gives me a number that is increased by the Shelf Life days BUT now I need to convert that new number into a expiration date.