opensupports/server/libs/Date.php

6 lines
101 B
PHP

<?php
class Date {
public static function getCurrentDate() {
return date('Ymd');
}
}