Wappler date/time formatting issue to report

Wappler Version : 5.1.5
Operating System : Windows
Server Model: SqlLite
Database Type:
Hosting Type:

Expected behavior

What do you think should happen?

I was formatting a date/time following the videos on youtube. I seen an option for a full month format and entered the correct format. I expected the full name of the month to display.

Actual behavior

The month of september was mis-typed.

How to reproduce

There is no typo in the formatter, perhaps the js file got corrupted.

You have a formatDate formatter inside another formatDate. It should just be:

dateValidated.formatDate('MMMM/dd/yyyy')

Ah, didn’t see the nested formatDate, that is probably causing the wrong output.

my apologies! thanks for the help.