On 17.03.10,23:37, Tarlika Elisabeth Schmitz wrote: > On Wed, 17 Mar 2010 11:08:13 -0400 > "David F. Skoll" <[email protected]> wrote: > > >Tarlika Elisabeth Schmitz wrote: > > > >> Am I just overlooking something? I can't see a way of displaying the > >> AT time without it being preceded by "at". > > > >You have to use [trigtime()], alas. > > That's fine - it's a solution. > > The only thing that occurs to me is: with dates it is possible to plug > together a date in the format you with using the filters %m, %n etc. > > That's missing for times. I know you have used every character of the > alphabet but maybe you could come up with a couple of symbols for > hour (12 + 24) and minute? >
You could also run the rem command through sed like this: rem | sed 's/at \(..:..\)$/\1/g' -- Jostein Berntsen <[email protected]> _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
