|
|
#1 |
|
Junior Member
Join Date: Mar 2009
Posts: 19
Rep Power: 1 ![]() |
My private messaging inbox displays the date like "20090410193726".
I guess its year, month, day, hour, minute, second. How can I force the PM-system to use seperators and another order? Or is it just a bug?
__________________
68 Classifieds - Developer Edition |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,733
Rep Power: 109 ![]() |
I tested my local install and the pm date shows as:
2007-08-30 10:48:16
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2009
Posts: 19
Rep Power: 1 ![]() |
I tested every included template and my own template and the date is still displayed like this. Any idea where I should search for the reason?
__________________
68 Classifieds - Developer Edition |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Mar 2006
Posts: 4,060
Rep Power: 99 ![]() ![]() |
what exact version of 68C are you running?
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2009
Posts: 19
Rep Power: 1 ![]() |
I'm running v4.1.2 Developer.
__________________
68 Classifieds - Developer Edition |
|
|
|
|
|
#6 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,733
Rep Power: 109 ![]() |
If you have phpmyadmin or some other type of database management can you go to the class_pm table and see what is stored in the datesent field? Mine looks like this: 2007-08-30 10:45:23
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Mar 2009
Posts: 19
Rep Power: 1 ![]() |
The datesend-field also shows the date like "20090410193726".
That means the script doesen't write the correct data into the table right? I didn't modify any scripts in relation to the PM-system.
__________________
68 Classifieds - Developer Edition |
|
|
|
|
|
#8 |
|
Moderator
Join Date: Mar 2006
Posts: 4,060
Rep Power: 99 ![]() ![]() |
Not necessarily. FOr PM's the database column type is timestamp and it uses now() to get the date. I would lean more toward the way your database server is set up or its version. What version of mysql are you using?
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Mar 2009
Posts: 19
Rep Power: 1 ![]() |
Server version: 4.0.25-Max-log
MySQL client version: 5.0.27
__________________
68 Classifieds - Developer Edition |
|
|
|
|
|
#10 |
|
Moderator
Join Date: Mar 2006
Posts: 4,060
Rep Power: 99 ![]() ![]() |
Thats a pretty old version prior to v4.1 timestamps behaved a bit different.
If you look at the database itself via command line client of phpmyadmin in the table for datesent, what do you have stored? Is it just a string of number like this... 20090410193726 or is it like this? 2009-04-10 13:12:48
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Date Added and Expiration Date | suav | v4 Questions & Support | 2 | 09-10-2008 12:48 AM |
| Expiration Date | goose | v4 Questions & Support | 2 | 01-01-2008 02:27 PM |
| Date & Time | free2take | v3.1 Questions & Support | 6 | 10-05-2006 03:32 PM |
| Date Added/Expiration Date | NDTV | v3.0 Questions & Support | 3 | 04-11-2006 09:55 AM |