/ Published in: Perl
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/usr/bin/perl my $dateUs = ($mon+1)."/".$mday."/".(1900+$year); /* ------ pour information ----- */ /* seconds (0 - 59) */ /* minutes (0 - 59) */ /* hours (0 - 23) */ /* day of month (1 - 31) */ /* month of year (0 - 11) */ /* year - 1900 */ /* day of week (Sunday = 0) */ /* day of year (0 - 365) */