Programming Language PHP

Namespace Elabftw\Services

Class Filter

Method/Function kdate

Total Examples 1

1 code examples of PHP Elabftw\Services\Filter::kdate extracted from open source projects

Was this example useful?
0
                                                    public function getDate(): string
    {
        return Filter::kdate($this->content);
    }