0
{
label: "Data Nascimento:",
name: "Cliente.DataNasc",
type: "datetime",
format: 'DD/MM/YYYY',
def: function () { return new Date(); },
attr: { autocomplete: "off" }
},
I need to put a range of 100 years counting today back, ex: people over 100 years can not register. And I need to block a specific date 01/01/1900
You need to provide more details of your problem. What the problem itself, what instruction it occurs in, etc. Detail it so we can help you.
– Victor Carnaval
Does not answer your own question. Put the update in the question itself to keep the organization. In addition to showing the json with the information, add the HTML snippet where it is will be inserted.
– Victor Carnaval
Already corrected, thank you
– Guilherme G. Bitencourt