datediff in hour query builder laravel

Solutions on MaxInterview for datediff in hour query builder laravel by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "datediff in hour query builder laravel"
Rafaela
12 Apr 2017
1DB::table('product')->whereRaw('DATEDIFF(exp_date,current_date) < 15')->get();
2