You have to assign a javascript date object.
In a button you can test it with code like this:
min = new Date("2013 07 31,12:52:39");
dijit.byId("#{id:djDateTextBox1}").constraints.min=min;
I don´t know if this will works with the extension library. I don´t use it.