-2
Just after making a render of a screen as in the example below:
( return res.status(200).render("mschedule", { erro: {}, list: teste }) )
I would like to manipulate a return data (list) in jquery.
How can I handle (list) that was passed on the render on the front to display the formatted date
Ex: list.data(11/03/2019)
, I would like to take this data in the front Jquery and format this date to the format "Monday 11 May 2019".
Could you elaborate a little more on your question?
– Felipe Avelar
This 'Sponse' Voce achieves this from where, an AJAX?
– Luis Fernando