How to change date format?

Hi, I don't know if it's a wappler bug or what, but I cannot change date formatting, when I check the server action query, it returns me good date:
image
then when I use bootstrap 5 table generator and generate a dable from this database query I get dates like this:
image

I get no values at all:
image

any thoughts?

Just use the date formatter on your data binding.

Screenshot 2025-01-16 at 9.33.21 AM

I'm doing this and you see the results.

Can you show your resulting code?

date_signup.formatDate('yyyy-MM-dd HH:mm')

and from the table:

I don't really understand what is not working exactly? Just use the formatter to format the dates the way you need to.

so that's the problem, when I'm formatting it as in tutorial or selecting from the formatter predefined formatting, I get no dates at all after this formatting:
image


Have you checked your browser console for errors then?

I actualy do not know what happened know, but I've tried it 1 more time and was going to check web console dev tools for errors, but now it works. I tried it before multiple times in same way, even updated wappler + restarted multiple times wappler also the pc. Maybe wappler updated from the core or something, anyway thank you it works now!