> I've got a date-time that is goinmg to be passed to me as this:
>
> 2003:12:27 12:19:58
>
> Can anyone suggest the best way to get that into a more friendly
> format as in..
>
> 12/27/03 12:19pm ??
>
> It obviously won't fit into standard dateformat function. Any ideas
> I can come up with are complicated. There must be an easy solution?
theDate = REReplace(input, "^([0-9]*):([0-9]*):(.*)$","\1-\2-\3");
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

