** * *<ext:Anchor>** * * * * * * * * * * * * * * *<ext:RadioGroup ID="RadioGroup1" runat="server" AllowBlank="false" BlankText="Selecione um tipo!"
** * * * * * * * * * * * * * * * * *FieldLabel="Tipo do Cliente">
** * * * * * * * * * * * * * * * * *<Items>
** * * * * * * * * * * * * * * * * * * *<ext:Radio ID="bFlFisica" runat="server" BoxLabel="Física">
** * * * * * * * * * * * * * * * * * * * * *<Listeners>
** * * * * * * * * * * * * * * * * * * * * * * *<Check Handler="if(checked){TipoCliente(true);}";							#{tDtNascimentoFundacaoCliente}.setFieldLabel('Nascimento');" />
** * * * * * * * * * * * * * * * * * * * * *</Listeners>
** * * * * * * * * * * * * * * * * * * *</ext:Radio>
** * * * * * * * * * * * * * * * * * * *<ext:Radio ID="bFlJuridica" runat="server" BoxLabel="Jurídica">
** * * * * * * * * * * * * * * * * * * * * *<Listeners>
** * * * * * * * * * * * * * * * * * * * * * * *<Check Handler="if(checked){TipoCliente(false);}; 							#{tDtNascimentoFundacaoCliente}.setFieldLabel('Fundação');" />
** * * * * * * * * * * * * * * * * * * * * *</Listeners>
** * * * * * * * * * * * * * * * * * * *</ext:Radio>
** * * * * * * * * * * * * * * * * *</Items>
** * * * * * * * * * * * * * * *</ext:RadioGroup>
** * * * * * * * * * * * * *</ext:Anchor>

In the code above i need to change the label of a Date field, i think it isnt setFieldLabel, what is the method?