date + daysThe r-dadd.p procedure finds all unshipped orders that are at least one week overdue. If the order is not shipped and the promised date is more than seven days ago, the procedure finds the record for the customer who placed the order and displays the order and customer data.
new-datetime = DATETIME( DATE(old-datetime) + days,MTIME(old-datetime) + milliseconds ).
new-datetime-tz = DATETIME-TZ( DATE(old-datetime-tz) + days,MTIME (old-datetime-tz) + milliseconds,TIMEZONE(old-dateime-tz) ).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |