Initial Commit of AgileBill Open Source
This commit is contained in:
7
includes/smarty/plugins/modifier.date.php
Normal file
7
includes/smarty/plugins/modifier.date.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
function smarty_modifier_date($string, $format="%b %e, %Y", $default_date=null)
|
||||
{
|
||||
echo timestampToDate($string);
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user