Good afternoon,
I have small problem here, check out the following:
#!/usr/bin/perl
use CGI qw/:standard/;
use CGI::Carp qw(fatalsToBrowser);
use POSIX 'strftime';
# This works fine on Earthlink's servers using:
print OUT strftime('%A, %B %1d, %Y %I:%M %p',localtime) ,"\n";
#returns: Wednesday, June 19, 2002 02:01 PM
#but at CI-Host, I get this string:
print OUT strftime('%A, %B %D, %Y %I:%M %p',localtime) ,"\n";
#returns: Wednesday, June d, 2002 12:53 PM
How can I fix this to work at CI-Host, (I think they are runing Apache)
Thanks
Dave
====================================================
Cora Connection: Your West African Music Source
Resources, Recordings, Instruments & More!
<http://www.coraconnection.com/>
====================================================
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]