At the server have something like that, to see if the date is correct
'System.err.println(rs.getDate("birth_date"));'
OK, it shows in console 1994-11-25
But in browser by JSON shows only "birthDate":"??? 25, 1994"
so it can't be shown at the jsp page
'<kendo:dataSource-schema-model-field name="birthDate" type="date">'
...
'<kendo:grid-column title="Birthdate" field="birthDate" />'
the column os empty.
What am I doing wrong?
Sincerely,
Alex
'System.err.println(rs.getDate("birth_date"));'
OK, it shows in console 1994-11-25
But in browser by JSON shows only "birthDate":"??? 25, 1994"
so it can't be shown at the jsp page
'<kendo:dataSource-schema-model-field name="birthDate" type="date">'
...
'<kendo:grid-column title="Birthdate" field="birthDate" />'
the column os empty.
What am I doing wrong?
Sincerely,
Alex