mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-27 15:54:23 +02:00
Max - modifies backend date function [skip ci]
This commit is contained in:
parent
3d2fe3f1c9
commit
be3cdf25f9
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
class Date {
|
class Date {
|
||||||
public static function getCurrentDate() {
|
public static function getCurrentDate() {
|
||||||
return date('Ymd');
|
return date('YmdHi');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user