You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to insert the clickhouse type Date from js Date().
I tried new Date().toISOString().substr(0,10) which worked fine but reading it causes it to return a String.
What's the proper way of doing this?
The text was updated successfully, but these errors were encountered:
hey,
I'm trying to insert the clickhouse type
Date
from jsDate()
.I tried
new Date().toISOString().substr(0,10)
which worked fine but reading it causes it to return aString
.What's the proper way of doing this?
The text was updated successfully, but these errors were encountered: