1
seer1975
Change all dates ?
  • 2004/12/27 21:33

  • seer1975

  • Just popping in

  • Posts: 5

  • Since: 2003/12/24


Ok, weird question I guess..

I "need" to change "all" dates of the posted messages to make it seem they were made on, let's say, 01-01-2005. Looking/changing it in the MySQL doesn't look like much.. fun...

Any ideas ?

2
Anonymous
Re: Change all dates ?
  • 2004/12/28 0:03

  • Anonymous

  • Posts: 0

  • Since:


I think that changing in MySql is the only solution. Try to use some kind of program (dreamweaver) to make it easier ... but I don't know if there is a easyest way...

How long is your page online ?

3
seer1975
Re: Change all dates ?
  • 2005/1/9 11:20

  • seer1975

  • Just popping in

  • Posts: 5

  • Since: 2003/12/24


I think that changing in MySql is the only solution. Try to use some kind of program (dreamweaver) to make it easier ... but I don't know if there is a easyest way...

Hm.. Wel, I tried to look inside the MySQL database, but either the admin programs of MySQL have a weird way of displaying the info or it's stored weird..

I'll try dreamweaver.. Not my kind of program tho..

How long is your page online ?

Well, it's not... That's part of the problem. It's been put on hold for almost 7 months, most posts are older then that. It's ment as a add on to our intranet so our people can share ideas and help each other. Now we want to get it live on a real server (runs on my workstation now...)

4
Mithrandir
Re: Change all dates ?

root/language/english/global.php

lines 160-162:
define("_DATESTRING","Y/n/j G:i:s");
define("_MEDIUMDATESTRING","Y/n/j G:i");
define("_SHORTDATESTRING","Y/n/j");


Change the formats to suit your needs - see the PHP Manual for valid date formats

5
paRabola
Re: Change all dates ?
  • 2005/1/9 12:13

  • paRabola

  • Just popping in

  • Posts: 31

  • Since: 2005/1/7 2


Quote:

Mithrandir wrote:
root/language/english/global.php

lines 160-162:
define("_DATESTRING","Y/n/j G:i:s");
define("_MEDIUMDATESTRING","Y/n/j G:i");
define("_SHORTDATESTRING","Y/n/j");


Change the formats to suit your needs - see the PHP Manual for valid date formats


This has helped me much, thank you!

Login

Who's Online

184 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits