[Answered ]-How can i change the format of datetime that django is sending to frontend?

1👍

you should try this code to convert your date format

Formatting datetime

date.strftime("%B %d, %Y, %I:%M%p")

Leave a comment