Use a human readable date format in footer.
This commit is contained in:
parent
c0a2428b05
commit
6f71b5bc3c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6278
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ sub getdate {
|
|||
"July", "August", "September", "October", "November", "December");
|
||||
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
|
||||
$year += 1900;
|
||||
return "Updated $months[$mon] $mday, $year";
|
||||
return "Last modified: $mday-$months[$mon]-$year";
|
||||
}
|
||||
|
||||
sub header {
|
||||
|
|
Loading…
Reference in a new issue