Max - modifies backend date function [skip ci]
This commit is contained in:
parent
3d2fe3f1c9
commit
be3cdf25f9
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
class Date {
|
||||
public static function getCurrentDate() {
|
||||
return date('Ymd');
|
||||
return date('YmdHi');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue