Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]date_format not working
#15

[eluser]imn.codeartist[/eluser]
there must be something wrong with your join queries as i dont see its CI problem.

print the query and try running in the mysql see if that generated query works.

I have no problem using DATE_FORMAT

here is the test code of me and its giving desired output
Code:
$this->db->select("date_format(t.ticket_post_date,'%b %d, %Y'),m.username",FALSE);
        $this->db->from("tblticket t");
        $this->db->join("tbl_memberinfo m","t.user_id=m.user_id");
        $query=$this->db->get();
        echo $this->db->last_query();
        print_r($query->row());
and the Output is:

stdClass Object (
[date_format(t.ticket_post_date, '%b %d, %Y')] => Jul 07, 2009
[username] => haico )


Messages In This Thread
[SOLVED]date_format not working - by El Forum - 10-26-2009, 12:23 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 12:45 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 12:54 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 01:04 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 01:16 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 02:08 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 02:11 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 02:40 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 03:27 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 03:31 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:01 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:13 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:17 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:25 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:29 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:30 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:31 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:46 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 04:55 AM
[SOLVED]date_format not working - by El Forum - 10-26-2009, 05:44 AM
[SOLVED]date_format not working - by El Forum - 10-30-2009, 01:25 AM
[SOLVED]date_format not working - by El Forum - 10-30-2009, 01:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB