| View previous topic :: View next topic |
| Author |
Message |
Bassman
Joined: 07 Sep 2007 Posts: 18 Location: UK
|
Posted: Oct 10, 2007 11:10 am Post subject: Changing the date format |
|
|
Hi,
is it possible to change the date format on the download page to the UK standard dd-mm-yyyy
Cheers |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Oct 10, 2007 12:14 pm Post subject: |
|
|
Sure. In index.cgi find this line
| Code: | | &message("Sorry but this file reached max downloads limit") if $c->{max_downloads_number} && $file->{downloads} >= $c->{max_downloads_number}; |
and add this code below:
| Code: | | $file->{created}=~s/(\d+)-(\d+)-(\d+)/$3-$2-$1/; |
|
|
| Back to top |
|
 |
Bassman
Joined: 07 Sep 2007 Posts: 18 Location: UK
|
Posted: Oct 10, 2007 9:30 pm Post subject: |
|
|
That worked
Thanks very much
 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|