Giorgio, I included all this: <script type="text/javascript" src="/jsi18n/"></script> <script type="text/javascript" src="/admin_media/js/core.js"></script> <script type="text/javascript" src="/admin_media/js/admin/RelatedObjectLookups.js"></script> <script type="text/javascript" src="/admin_media/js/calendar.js"></script> <script type="text/javascript" src="/admin_media/js/admin/DateTimeShortcuts.js"></script> <link rel="stylesheet" href="/admin_media/css/widgets.css" type="text/css" />
Then in the page I just have: <label class="required" for="id_this_date">Date:</label> {{ form.this_date }} <br /> <label class="required" for="id_this_time">Time:</label> {{ form.this_time }} Which outputs: <label class="required" for="id_this_date">Date:</label> <input type="text" id="id_this_date" class="vDateField" name="this_date" size="10" value=""maxlength="10" /> <br /> <label class="required" for="id_this_time">Time:</label> <input type="text" id="id_this_time" class="vTimeField" name="this_time" size="8" value="" maxlength="8" /> You'd want your appropriate names and stuff, of course. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---