Posts by Diego Santos • 3 points
3 posts
-
-3
votes1
answer31
viewsQ: Update a table without page refresh
I saw here several answers to questions similar to mine, but none solved my problem. I am making an item registration system that when clicking the insert button it will give the Insert in the…
-
-1
votes1
answer42
viewsQ: Brazilian Time in Javascript
I’m having another date problem. My mysql is at the right time, but when recording the date in an input with javascript is saving in UTC and not in GMT-0300. What can be? <form…
-
0
votes1
answer105
viewsQ: Format database date for javascript
I am mounting a table on the datatables with date and time information. But the data comes in the database in YYYY-mm-dd default. How do I change and show in datatable as dd/mm/YYYY? My code:…