Hi,
We are using those preset variants of DateRangeItem:
"$startOfWeek",
"$endOfWeek",
"$startOfMonth",
"$endOfMonth",
"$startOfYear",
"$endOfYear"
and have got strange hint values with them.
If you open showcase example: https://www.smartclient.com/smartcli...ateRangeFilter
and modify if adding this code at the beginning:
and then run it and choose startOfMonth for both from and to fields you will get something like that:
Have a look at the hints displayed - shouldn't they be the same for from and to fields?
Thanks,
Michalg
We are using those preset variants of DateRangeItem:
"$startOfWeek",
"$endOfWeek",
"$startOfMonth",
"$endOfMonth",
"$startOfYear",
"$endOfYear"
and have got strange hint values with them.
If you open showcase example: https://www.smartclient.com/smartcli...ateRangeFilter
and modify if adding this code at the beginning:
Code:
isc.RelativeDateItem.addProperties({ presetOptions: { "$startOfMonth" : "Test startOfMonth" } });
Have a look at the hints displayed - shouldn't they be the same for from and to fields?
Thanks,
Michalg
Comment