This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
opensupports
mirror of
https://github.com/opensupports/opensupports.git
Watch
1
Star
0
Fork
You've already forked opensupports
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c248c8d486
opensupports
/
server
/
libs
/
Date.php
7 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Max - modifies backend date function [skip ci]
2016-12-12 19:56:25 +01:00
<
?
php
(Guillermo) full ticket create
2016-08-01 05:34:55 +02:00
class
Date
{
public
static
function
getCurrentDate
()
{
Max - modifies backend date function [skip ci]
2016-12-12 19:56:25 +01:00
return
date
(
'YmdHi'
);
(Guillermo) full ticket create
2016-08-01 05:34:55 +02:00
}
Max - modifies backend date function [skip ci]
2016-12-12 19:56:25 +01:00
}