Get the index of the item for the given DateTime for the current page.
int? indexFromDateTime(DateTime date) => indexFromDateTimeForPage(currentPage, date);