id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 9721,DateTimeField does not support all DEFAULT_DATETIME_INPUT_FORMATS when passed a list as input,uggedal,nobody,"When using for instance a SplitDateTimeWidget with a DateTimeField one can not provide valid input to be parsed with the following formats: {{{ '%Y-%m-%d', # '2006-10-25' '%m/%d/%Y', # '10/25/2006' '%m/%d/%y', # '10/25/06' }}} One can therefore not create a split input solution where the time component is not required. The reason lies in SplitDateTimeWidget's clean method for list input. The date and time parts are concatenated together with a space between them. I included a patch for the simplest thing that would work (albeit possible not the best way to handle this). SplitDateTimeField exists, but this field explicitly requires both date and time fields to be included.",Bug,closed,Forms,dev,Normal,wontfix,DateTimeFIeld SplitDateTimeWidget,j.arnds@…,Accepted,1,0,0,0,0,0