Dear Smart HTML super Team!
How are you? Hope you are doing great ^^ would like to know if it’s possible to set date and time in a column, right now I only can set date but it shows only the year/month/day without hour. Is it possible? Shall I use a basic string?
Thanks for your time and great work!
Johnny Johnny
Thank you so much, after checking I’m gonna set directly the data as needed with a string for this case (without the formatFunction)
toLocalISOString(date).replace(‘T’, ‘ ‘)
But I see the formatFunction really helpful, please have a nice rest of the day!
Johnny Johnny