| View previous topic :: View next topic |
| Author |
Message |
Bassman
Joined: 07 Sep 2007 Posts: 20 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: 2109 Location: UFO Lab
|
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: 20 Location: UK
|
Posted: Oct 10, 2007 9:30 pm Post subject: |
|
|
That worked
Thanks very much
 |
|
| Back to top |
|
 |
xfileshare.eu
Joined: 06 May 2010 Posts: 15
|
Posted: May 07, 2010 3:46 pm Post subject: |
|
|
| Please in new version 1.7 is possible? |
|
| Back to top |
|
 |
|