Developer Ajay
Monday, 14 August 2017
How to make custom query in laravel to get data of last seven days?
Here is the custom query to get last seven days data in laravel
->whereRaw('Date(timestamp_order_made) >= (CURDATE() - INTERVAL 7 DAY)')
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Google Map Filter Api Example
Here is Google Map Filter Api Example:
Insert query in php mysql with form post data
Here is the code for Insert query in php mysql with form post data: $name = $_POST["cname"]; $phone = $_POST["cphone...
Get Place Image url In google map Api
How to get place image url in google map api: Here is the working code var src = place.photos[0].getUrl({'maxWidth': 150, 'ma...
No comments:
Post a Comment