View previous topic :: View next topic |
Author |
Message |
victor Beginner
Joined: 21 Sep 2005 Posts: 14 Topics: 9
|
Posted: Fri May 12, 2006 11:47 am Post subject: date validation |
|
|
hi all
i have got a date(x) with me.I need to perform
date(x) = date(x) - 1 DAY
date(x) = date(x) + 1 DAY using cobol. _________________ VICTOR |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
victor Beginner
Joined: 21 Sep 2005 Posts: 14 Topics: 9
|
Posted: Fri May 12, 2006 12:49 pm Post subject: |
|
|
Thanks kolusu.
I have the date in format MM/DD/YYYY
i got to do the date backward i.e. if it is 05/11/2006 i have to make it to 04/11/2006.
could u suggest me the logic. _________________ VICTOR |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Fri May 12, 2006 12:54 pm Post subject: |
|
|
Victor,
*Sigh* Look up Redefine
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|