Topic: date
does anyone know of an easy fix to change the way the date is posted
currently - it post day, month, year
Wanted - Month, Day, Year
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
does anyone know of an easy fix to change the way the date is posted
currently - it post day, month, year
Wanted - Month, Day, Year
_includes/class.Job.php
function __construct($job_id = false)
In the $sql, look for *DATE_FORMAT(a.created_on, '%d-%m-%Y') AS created_on*.
Replace it with *DATE_FORMAT(a.created_on, '%m-%d-%Y') AS created_on*. ![]()
Posts [ 3 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.021 seconds, 8 queries executed ]