update_21.09.23
This commit is contained in:
@@ -45,6 +45,8 @@ class System extends Model
|
||||
public static function dateFormats()
|
||||
{
|
||||
return [
|
||||
'd.m.Y' => 'dd.mm.yyyy',
|
||||
'm.d.Y' => 'mm.dd.yyyy',
|
||||
'd-m-Y' => 'dd-mm-yyyy',
|
||||
'm-d-Y' => 'mm-dd-yyyy',
|
||||
'd/m/Y' => 'dd/mm/yyyy',
|
||||
|
||||
Reference in New Issue
Block a user