Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: How can I change the date??????

Quote Reply
Re: How can I change the date?????? In reply to
Like Links 2.0, you need to edit the sub _unix_to_date routine in the DBSQL.pm file.

See the following codes:

Code:

return "$year-$mon-$day";


Change it to the following:

Code:

return "$day-$mon-$year";


You will also need to edit the sub convert_date routine to show this output in the Import.pl file and then re-upload your Links 2.0 database AFTER you EMPTY your current tables to make sure that the dates are converted properly.

Regards,

Eliot

Subject Author Views Date
Thread How can I change the date?????? theuls 8271 Jul 25, 2000, 1:07 PM
Thread Re: How can I change the date??????
Stealth 8199 Jul 25, 2000, 1:15 PM
Thread Re: How can I change the date??????
theuls 8196 Jul 25, 2000, 1:18 PM
Thread Re: How can I change the date??????
Stealth 8204 Jul 25, 2000, 1:33 PM
Thread Re: How can I change the date??????
pugdog 8216 Jul 25, 2000, 2:29 PM
Thread Re: How can I change the date??????
theuls 8181 Jul 25, 2000, 3:21 PM
Post Re: How can I change the date??????
pugdog 8150 Jul 25, 2000, 6:34 PM
Thread Re: How can I change the date??????
theuls 8198 Jul 26, 2000, 2:06 PM
Thread Re: How can I change the date??????
theuls 8166 Jul 26, 2000, 3:21 PM
Thread Re: How can I change the date??????
Robert 8142 Jul 26, 2000, 7:00 PM
Thread Re: How can I change the date??????
theuls 8169 Jul 27, 2000, 12:21 PM
Thread Re: How can I change the date??????
theuls 8160 Jul 27, 2000, 1:19 PM
Thread Re: How can I change the date??????
theuls 8164 Jul 27, 2000, 3:36 PM
Thread Re: How can I change the date??????
Alex 8121 Jul 27, 2000, 5:10 PM
Thread Re: How can I change the date??????
theuls 8142 Jul 29, 2000, 11:33 AM
Thread Re: How can I change the date??????
Stealth 8121 Jul 29, 2000, 11:38 AM
Thread Re: How can I change the date??????
theuls 8091 Jul 29, 2000, 11:43 AM
Thread Re: How can I change the date??????
Stealth 8126 Jul 29, 2000, 11:47 AM
Thread Re: How can I change the date??????
theuls 8116 Jul 29, 2000, 4:50 PM
Thread Re: How can I change the date??????
Stealth 8132 Jul 29, 2000, 4:53 PM
Thread Re: How can I change the date??????
theuls 8091 Jul 29, 2000, 6:24 PM
Thread Re: How can I change the date??????
theuls 8046 Jul 30, 2000, 2:59 PM
Post Re: How can I change the date??????
Stealth 8022 Jul 30, 2000, 6:43 PM