Re: RFC: Update wizard
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: RFC: Update wizard
Dave Page wrote:
Second, the date is formatted, i.e. we must unformat it
locale/lib/compiler/??? dependent before examining.
Hmm, shouldn't be - __DATE__ is supposed to always be "Mmm dd yyyy"
iirc. __TDATE__ is wx's Unicode version so should be the same. Dunno if
the Mmm ever appears in different languages though.
That's the part I'm afraid about. Win32 doc says only "using asctime()
format". asctime doc doesn't say anything about language dependency.
Regards,
Andreas
Home |
Main Index |
Thread Index