08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -24,6 +24,13 @@ if (! function_exists('_format_date')) {
|
|||
}
|
||||
}
|
||||
|
||||
if (! function_exists('_number_format')) {
|
||||
function _number_format($number, $dec = 2)
|
||||
{
|
||||
return $number ? \App\Services\Util::_number_format($number, $dec) : null;
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists('_reformat_date')) {
|
||||
function _reformat_date($date, $to = 'date')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue