Hi,
how to format a date that is being processed in the source.
exemple:
var source = {
datatype: “json”,
datafields: [{ name: ‘hrmov_seq’, type: ‘number’},
{ name: ‘pac_codigo’, type: ‘number’},
{ name: ‘vig_dt_ag’, type: ‘date’, format:’dd/mm/yyyy’},]};
There is a possibility to format the date in the table using the cellsformat, but when I try to get the value of the cell with the formatted value to insert the date into the form loads with the default format jqwidget. In that case I would really have to format the date in the source to get the date correctly and move on to the form.