Using Node.JS. I added a bootstrap table on the page from the generator. Everything works ok at this point. When I apply a date or time formatter, the data does not show up in the table in the browser, but it shows up in Wappler. Using same formatters I use for other server models. Am I doing something wrong?
That works for me in almost identical situation. I’m displaying in a Time input though. With text it will shows the ss, but you can apply the formatDate() after the toISOTime() if need be.
OK, it is now working. It seems that the dmxFormatter folder did not upload to the server. Sorry guys, I should have checked that earlier. (it was a very long day…). Thanks for the responses and help.