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

timestamp() public static method

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