I am using a DateField and have a problem with the format of the dates.

                <ext:DateField    id="dtEntered" runat="server"  Format="d/m/Y" />
Whenever I select a date of a date below the 10th it displays as "3/10/2010" i.e. No leading zero. In the documentation "d" should load a leading zero.

Am I missing something else here?

Thanks
Glen