Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My Dear Friends,
I have created Calendar Objects, which when clicked showing the year 2049 as default (screenshots for reference). Because of this, every time the users needs to scroll through it and select the current year. Is there any possibilities of making that to show the current year as default. Please suggest me how to resolve this issue.
Many thanks in advance.
Regards,
Sanjay B
in calender object we have in below min values and max values
you directly restrict on that place. min value is = min(fieldname)//
max value is = max(fieldname)
your field having to long years u restrict in data model directly..
where fieldname = 'some date' <= 'today()';
in this case you got some required dates only,,..
If you have this long date range in your data, check the sort and load order.
in calender object we have in below min values and max values
you directly restrict on that place. min value is = min(fieldname)//
max value is = max(fieldname)
your field having to long years u restrict in data model directly..
where fieldname = 'some date' <= 'today()';
in this case you got some required dates only,,..