public function asOrdinal($value)
    {
        if ($value === null) {
            return $this->nullDisplay;
        }