Doctrine\DBAL\Platforms\SQLServerPlatform::getDateTimeFormatString PHP Method

getDateTimeFormatString() public method

{@inheritDoc}
    public function getDateTimeFormatString()
    {
        return 'Y-m-d H:i:s.000';
    }
SQLServerPlatform