I am using mysql database,in that i have a field by name request_date. The type of the field is time stamp and the data stored in this field has the format 20
request_date
20
This config resolve mine, according to node-mysql doc
host: 'localhost', user: 'root', password: '', dateStrings:true, database: "mydb"