Ah. Nevermind, I've sussed out the answer :)

T3205.getChildControl("textfield").setValue("1996-11-24");

On 6/09/2015 7:10 am, Peter Caffin wrote:
> Hi guys,
>
> My code:
>
> var T3205 = new qx.ui.form.DateField();
> var dateFMT = new qx.util.format.DateFormat("YYYY-MM-dd");
> T3205.setDateFormat(dateFMT);
>
> How do I set that date to "1996-11-24" (November 11, 1996)?
>
> I've tried:
>
> T3205.setValue("1996-11-24");
>
> The examples in the documentation use "new Date()" but don't show how
> you should set a specific date.
>
> Thanks.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to