$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2002-04-24 16:28:53
From: "Peter Dimov" <pdimov_at_[hidden]>
>
> Which appropriate representation? There are many. Short? Long? Two digit
> year? Four digit? Does it have a weekday?
The appropriate "appropriate representation"! :-)
The point is that a strftime format is as flexible as you want. As Darin
suggested, the string itself can localised like any other string, or you
can simply use %x, %X and %c to provide reasonable defaults that are
appropriate for the locale.
Have you got a better suggestion?
Mark