Skip to content
Advertisement

Tag: sequelize.js

sequelize compare date with date-timestamp

my simple use case is I pass a date and try to compare that with the default createdAt column. and my date is a string like this date = ‘2018-12-12’ The problem here is sequlize not compare only the date. But it does add time 00:00:00 to my date and then compare. So the query sequlize generate is like this.

Advertisement