Handling Date in express & Mysql [closed]

In mySql database the date is storeded in date datatype as 2011-11-17 but while retriving it using Express js i get it as 2011-11-16T18:30:00.000Z a date jumps to before date. How to handle correct date with global timezone with the correct specified date ?