This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Added support for unix_dates
If you were using datetime and the date is formatted using unix timestamps, the paginator will transform the unix timestamp into date 'c' format to compare it in the database.
If you are storing unix timestamps on the database, use the 'date_unix' => true
option