Datepicker within collapsible
I am trying to set the value of a datepicker inside a collapsible on page load but its not working. This is the code I have which I know works when date is outside collapsible.
var dateTo = Appery("dateTo");
dateTo.setProperty("defaultDateValue", $.datepicker.formatDate(dateElement.datepicker_dataPickerOptions.dateFormat, new Date()));
Also how do I get the current date value of a datepicker with js?
Also how do you use date in a gte where clause? This doesn't work
{_createdAt:{$gte:'2014-07-10'}}
Thanks,
Aeneas