Re: hour -1 routine

2004-05-28 Thread John W. Krahn
Anthony J Segelhorst wrote: > > I am trying to set up a script that will do the do a current time -1 > routine. > > Examples: > > Current Time: > mmddyy:hhss > 052804:1030 > > Output: > 052804:0930 > > Current Time: > 052704:0015 > > Output: > 052604:23:15 > > I think the add_delta module is

RE: hour -1 routine

2004-05-28 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Anthony J Segelhorst wrote: > "Wiggins d Anconia" <[EMAIL PROTECTED]> wrote on 05/28/2004 > 12:37:56 PM: > >>> >>> I am trying to set up a script that will do the do a current time >>> -1 routine. >>> >>> Examples: >>> >>> Current Time: >>> mmddyy:hhss >>> 052804:1030 >>> >>> Output: >>> 0528

Re: hour -1 routine

2004-05-28 Thread Wiggins d Anconia
> > "Wiggins d Anconia" <[EMAIL PROTECTED]> wrote on 05/28/2004 12:37:56 > PM: > > > > > > > I am trying to set up a script that will do the do a current time -1 > > > routine. > > > > > > Examples: > > > > > > Current Time: > > > mmddyy:hhss > > > 052804:1030 > > > > > > Output: > > > 0528

Re: hour -1 routine

2004-05-28 Thread Anthony J Segelhorst
"Wiggins d Anconia" <[EMAIL PROTECTED]> wrote on 05/28/2004 12:37:56 PM: > > > > I am trying to set up a script that will do the do a current time -1 > > routine. > > > > Examples: > > > > Current Time: > > mmddyy:hhss > > 052804:1030 > > > > Output: > > 052804:0930 > > > > > > Current Tim

Re: hour -1 routine

2004-05-28 Thread u235sentinel
What have you tried so far? Perhaps we can help tweak the code. Anthony J Segelhorst wrote: I am trying to set up a script that will do the do a current time -1 routine. Examples: Current Time: mmddyy:hhss 052804:1030 Output: 052804:0930 Current Time: 052704:0015 Output: 052604:23:15 I think th

Re: hour -1 routine

2004-05-28 Thread Wiggins d Anconia
> > I am trying to set up a script that will do the do a current time -1 > routine. > > Examples: > > Current Time: > mmddyy:hhss > 052804:1030 > > Output: > 052804:0930 > > > Current Time: > 052704:0015 > > Output: > 052604:23:15 > > > I think the add_delta module is where I need to go,