Hello folks,

I'd like to know if there is a away to set a default value into DateField using a simple listener.
For example:

The value shown is "24/01/2013 0:00" when values are selected.
I want to edit this value on Select to show "24/01/2013 -:--". Or just put the cursor to edit exactly on time position.
I really don't know if the component acepts -:-- as time, or if it's possible to set an invalid time in this case..

<ext:DateField ID="initialDate" runat="server" AutoDataBind="true" FieldLabel="Date"  Width="160" Vtype="daterange" Format="d/m/Y G:i"  />
<Listeners>
<Select Handler="setDeFaultDate();" />                                    
</Listeners>
</ext:DateField>
Thanks in advance,

Douglas