04-16-2009 11:07 AM
I have a program for expiration but it also needs to be continuous and right now it up dates the expiration fine, but it is not continuous
here is the code:
04-16-2009 11:08 AM
04-16-2009 11:09 AM
04-16-2009 11:10 AM
04-16-2009 12:07 PM
04-16-2009 12:09 PM
04-16-2009 12:16 PM
I am looking to make the arrays continue to take in time values so that if I have a current time of 4/16/09 1:13PM and I put in an expiration of 2 days and sends this value to the expiration Array 4/18/09 1:13PM , but what I need it to do is when it turns 1:14PM to update the current and expiration dates to 4/16/09 1:14PM and 4/18/09 1:14PM
did this help a little?
04-16-2009 12:24 PM
04-16-2009 12:27 PM
it is not just the last element it is every element that is added to those arrays.
04-16-2009 12:33 PM