I have two issues with the new TimeField.

1) How do you set the value for the TimeField from a DateTimeStamp from the database.

2) When I put the mintime="6:00" and maxtime="21:00" my drop-down shows times from 6:00pm until 9:00pm. I need the list to show 6:00 am until 9:00 pm.

<ext:TimeField runat="server" ID="txtTimeIn" Width="100" MinTime="6:00" MaxTime="21:00" Format="hh:mm tt" Editable="true"> </ext:TimeField>