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

[eluser]Zeeshan Rasool[/eluser]
You are making a mistake i think in selecting columns line,
Ok use it like this simple query. Also make sure order by variables and limit has a value.
Code:
$this->db->join('sec_dataset k','ar_so.status=k.data_value AND k.data_code = "TRAN_STATUS"','left');
        $this->db->select("DATE_FORMAT(ar_so.so_date,'%b %d, %Y') as dateFormated");
        $this->db->order_by($sortname,$sortorder);
        $this->db->limit($rp, $start);
        $query = $this->db->get("ar_so");

And then replay


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