rewdy / Pico-Pagination

Provides basic pagination for Pico.
27 stars 12 forks source link

Support any valid date format when sorting pages #25

Closed purerstamp closed 2 years ago

purerstamp commented 2 years ago

Feature this adds

This implementation of date sorting allows any of the valid php date formats, ie users can choose the format in the page's date meta header. Inspired by https://stackoverflow.com/questions/56191959/php-using-array-multisort-to-sort-multiple-arrays-by-date

Bug this fixes

PR Checklist

Please make sure the following tasks have been completed

rewdy commented 2 years ago

@purerstamp Thank you! Merged.

purerstamp commented 2 years ago

Was a pleasure! Glad it looked helpful and has been merged!