Commit
5835e16aced252203dd248d89f71724c7654ac8b
by fercamtatsk59 Adds support for find stories in a date range on microstories
resource
Updates the microstories resource on REST layer to support filtering by
date range during user microstories search. The dates are expected as
two strings with dd/mm/yyyy format. These will be parsed to Date objects
using auxiliary class DateFormatter. Also works with pagination.