Using the django admin application for a date it displays Today | CalendarSymbol. I am using a datefield in my form and I thought it would do this for me how would i go about doing this? As i would normally use the jquery datepicker plugin is this the way to go?
Thanks in Advance,
Dean
Using the django admin application for a date it displays Today | CalendarSymbol .
Share
I used the admin like widget in the end was easy to implement plus no external libraries.