schmunk42\giiant\helpers\GiiantFaker::datetime PHP Method

datetime() public static method

public static datetime ( null $format = null ) : mixed
$format null - Custom format
return mixed
    public static function datetime($format = null)
    {
        return self::value(self::TYPE_DATETIME, $format);
    }