node-red / node-red-nodes

Extra nodes for Node-RED
Other
964 stars 592 forks source link

Get datetime when qwery a date column #1059

Closed ThomasAndreini closed 3 months ago

ThomasAndreini commented 3 months ago

Which node are you reporting an issue on?

mysql

What are the steps to reproduce?

read a column in date format

What happens?

get datetime in that format 2024-03-30T00:00:00.000Z

What do you expect to happen?

get only date like 2024-03-30

Please tell us about your environment:

ThomasAndreini commented 3 months ago

If I try with to qwery with a client DbVisualizer i get the correct format

dceejay commented 3 months ago

Answer provided via the forum - https://discourse.nodered.org/t/mysql-node-returns-time-and-date-from-columns-set-as-date/86885/2