I have a problem in fetching data from database, my date fromat is 1438697362
this value comes in result of this php default function time();
I am confused how can I fetch the data with this time and date format.
select * from table_name
where created_date
BETWEEN '1438697362' AND '1440843077'
can anyone please help me in this matter.