SibSoft Ltd.
Development Services
software products
 RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
EZYWebhost - Cheap XUpload & XFileSharing 100% campatible hosting

AJAX upload progress bar

File sharing script
Changing the date format

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing
View previous topic :: View next topic  
Author Message
Bassman



Joined: 07 Sep 2007
Posts: 18
Location: UK

PostPosted: Oct 10, 2007 11:10 am    Post subject: Changing the date format Reply with quote

Hi,
is it possible to change the date format on the download page to the UK standard dd-mm-yyyy

Cheers
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Oct 10, 2007 12:14 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
Bassman



Joined: 07 Sep 2007
Posts: 18
Location: UK

PostPosted: Oct 10, 2007 9:30 pm    Post subject: Reply with quote

That worked
Thanks very much
Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing All times are GMT
Page 1 of 1

 
Jump to:  
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