Currently, we have a string date field in dd-mm-yyyy format and
√
Expression.property(“startDate”).greaterThan(Expression.string(currentDate))
isn’t working as expected for .e.g document with startDate 28-05-2023 returns.
From the documentation, I saw Function.strToMillis, UTC ETC work with yyyy-mm-dd format, which is something I have requested the source team to do but until it is converted, what can I do to the above query?