however, as soon as i put in the date formatter nothing displays. <p class="card-text"><small class="text-muted">Last updated {{job_week.formatDate('MM-dd-yyyy')}}</small></p>
Your page might be missing the necessary script includes for formatting. Have you used formatting through the Wappler UI? (rather than just hand-coding in code view)
i did use the formatting through Wappler. and i checked the DMX formatter, its script is on the page and the file is uploaded to the server. <script src="../dmxAppConnect/dmxFormatter/dmxFormatter.js" defer></script>
yes, it does say a string is not defined ferenceError: string is not defined at dmx.parseDate (dmxAppConnect.js:7:10140) at n.formatDate (dmxFormatter.js:7:8254) at dmxAppConnect.js:7:27179 at dmxAppConnect.js:7:24477 at dmx.parse (dmxAppConnect.js:7:24555) at dmxAppConnect.js:7:24215 at String.replace (<anonymous>) at dmx.parse (dmxAppConnect.js:7:24159) at n.<anonymous> (dmxAppConnect.js:7:33352) at Array.forEach (<anonymous>) d
i did push the file again manually, but it still has the same issue.
It is running checking for updates, but its been running for about 6 minutes so far. I’m sure it shouldn’t take this long
Just restart Wappler and run the project update again. Or simply delete the file locally and resave your page, it will update to the latest version. Then you can upload it in the files panel.