[Answered ]-Is there an easy way to change the format of a datetime input field of a Django form?

2👍

I checked the docs.
the DateTimeInput widget
takes one optional argument as the format of its initial value.
Hope that helps

Leave a comment