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
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
>
> "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
"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
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
>
> 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,