format
Home > @gooddata/sdk-model > IAttributeDescriptorBody > format
IAttributeDescriptorBody.format property
Describes format information in case of date attribute.
Signature:
format?: {
        locale: string;
        pattern: string;
        timezone?: string;
    };