In my database I have the date stored 01/02/2017 15:17:34 p.m.
Inserted as follows:
objBD.query('SELECT u.ID_U, u.nombre from USUARIO u where u.nombre=?',[nombre], function(err, rows, fields) {
var created = new Date();
cons...
asked by
03.02.2017 / 05:23