Hello Jroxers,
I'm pulling the "signup_date" from the database to a web page, but it is displaying IE: 1380385829 .... how can this be converted into a viewable date, IE: DD/MM/YYYY
Thanks in advance,
Blaine.
Changing to viewable Date Format on webpage?
- forumadmin
- Site Admin
- Posts: 399
- Joined: Fri Nov 07, 2014 4:50 pm
Re: Changing to viewable Date Format on webpage?
you will need to use PHP to convert that to a proper date format. Check the 'date() function for PHP.