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
public function getDate(): string
{
return Filter::kdate($this->content);
}