Андрей Леонидович
Results
2
comments of
Андрей Леонидович
Now we also need a method.
Add whois.parser.php (function parseStandardDate()) ``` // EXAMPLE: domain-registrar AT isoc.org.il 20201019 (Assigned) $pattern = '/\s(\d{4})(\d{2})(\d{2})\s?|$/'; if (preg_match_all($pattern, $date, $matches, PREG_SET_ORDER, 0) !== false) { $dateTimeFormat = 'Y-m-d'; $date = "{$matches[0][1]}-{$matches[0][2]}-{$matches[0][3]}";...