Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Forum
Demo
Help
Search
Store
Gallery
Contact
Login
Register
Free Arcade Script
»
Forum
»
FAS Help
»
V2.x
»
Page entry date
Recent
« previous
next »
Print
Pages: [
1
]
Author
Topic: Page entry date (Read 3211 times)
Dillon
Developer
Sr. Member
Posts: 340
Force: +3/-0
Page entry date
«
on:
February 24, 2012, 12:10:04 PM »
In page.php entrydate is pulled from the database and then is formated into a date. In new page in the admin section, when the date is added into the database it is already formatted so when it tries to formate it a second time php throws errors and the date is incorrect. It doesnt seem to display the date anywhere on the page but to fix this, just remove this line of code and use $entrydate if you want to display it
Code:
[Select]
$displaydate = date('d-m-Y', $entrydate);
Logged
Arcade Freak
Print
Pages: [
1
]
« previous
next »
Free Arcade Script
»
Forum
»
FAS Help
»
V2.x
»
Page entry date