UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines 456 B
Ext.define("Ext.locale.es.form.field.Date", { override: "Ext.form.field.Date", disabledDaysText: "Deshabilitado", disabledDatesText: "Deshabilitado", minText: "La fecha para este campo debe ser posterior a {0}", maxText: "La fecha para este campo debe ser anterior a {0}", invalidText: "{0} no es una fecha válida - debe tener el formato {1}", format: "d/m/Y", altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" });