Welcome Guest, Not a member yet? Register   Sign In
SOLVED: Changed to Unix date format, now I don't know how to just show the last months entries.
#1

[eluser]Joakim_[/eluser]
Hello.

Since I switched to store the dates in unix format I have run into a problem.

Before I stored the dates as "m/d/Y" and could filter to show only the last months entries with the code below:

Code:
$this->db->where('MONTH(entry_date)', date("m",strtotime("-1 month")));

Now this code wont work. Anyone know how to edit this code to work with unix time stamp stored in the db?

Thanks a lot! Smile


Messages In This Thread
SOLVED: Changed to Unix date format, now I don't know how to just show the last months entries. - by El Forum - 09-14-2008, 10:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB