node-firebird
node-firebird copied to clipboard
Date Format Issue
I have a DATE field, and when I do a SELECT on it, node-firebird returns the date in a string format:
Tue Mar 10 2015 00:00:00 GMT+1100 (EST)
I just want the returned date in a standard form like: YYYY-MM-DD.
Can someone tell me how to do this. Cheers. Eric.
i think you get a date object not a string, isn' it ?