Recently i changed my database from sqlite3 to mysql.When i ran my project i am getting this error in one of the file which is using this query.
date = Date.today +
There is no strftime function in MySQL. Use DATE_FORMAT instead.
See Convert DateTime Value into String in Mysql for more examples.