implemented additional todo functionality

This commit is contained in:
2025-04-20 20:38:41 -06:00
parent 0753e1867c
commit ab8f1b9ec8
18 changed files with 279 additions and 145 deletions
+5
View File
@@ -178,3 +178,8 @@ function pretty_dump($arr)
echo '</pre>';
return ob_get_clean();
}
function format_date($date)
{
return (explode(' ', $date))[0];
}