django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Issue#28

Open TyVik opened this issue 10 years ago • 0 comments
trafficstars

TimeField return datetime.time as value and use a TimeInput. If we try to use a DateTimeInput we get error: "'datetime.time' object has no attribute 'year'", therefore bug not in Django. I try convert datetime.time to datetime.datetime before execute "force_text" and it works :)

TyVik avatar Nov 25 '14 16:11 TyVik