Hi,
Can someone help me regarding this store load parameter issue, i wan to put current year to the parameter, but it always failed:
in View file-----
var CurrentDate = new Date().format('Y');
store.load(
{
params: {Current Year: $CurrentDate}
});
and
I also want to set default value in combobox to current year, my current code:
value: $CurrentDate,
Can someone enlighten me?
Thx