Skip to content

Instantly share code, notes, and snippets.

View zelon88's full-sized avatar
🏗️
Building!

Justin Grimes zelon88

🏗️
Building!
View GitHub Profile
@zelon88
zelon88 / file-sorting-by-date.php
Created July 4, 2016 00:41
Kirby File Sorting by Date
<?php
//Save to site/plugins/file-sorting-by-date.php
kirby()->hook('panel.file.upload', 'uploaddatesort');
kirby()->hook('panel.file.replace', 'sortfiles');
function setdate($file) {
//Reference Date Options:
//"today": Current date.