date format
This commit is contained in:
@@ -434,8 +434,8 @@ long WrenchReturnJobList(CVars in, CVars &out) {
|
||||
const PGresult *res;
|
||||
|
||||
res = pgsql_query("SELECT j.title,j.description,m.id AS job_id,m.expire,m.job_description,j.price, "
|
||||
"m.offer_code,j.timeline_days, to_char(m.expire, 'Day Mon dd, yyyy HH:MI AM') AS expire2,"
|
||||
"m.uid AS offer_uid,j.uid AS job_uid,m.added AS offer_added,j.country AS job_country "
|
||||
"m.offer_code,j.timeline_days, to_char(m.expire, 'Dy Mon dd, yyyy HH:MI AM') AS expire2,"
|
||||
"m.uid AS offer_uid,j.uid AS job_uid,m.added::date AS offer_added,j.country AS job_country "
|
||||
"FROM members_jobs_offer m "
|
||||
"LEFT JOIN members_jobs j ON j.id=m.job_id "
|
||||
"WHERE m.status = 1 AND m.client_id=0 "
|
||||
|
||||
Reference in New Issue
Block a user