Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Added support for unix_dates

Compare
Choose a tag to compare
@juampi92 juampi92 released this 27 Jul 05:26
· 18 commits to master since this release

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