xPath and filter by current Date in Prevalue source
Hi,
I'm using the prevalue source to select child-nodes, that represents appointments of the parent-node.
I choosed the Type "Umbraco Docs from xpath" and selected the children as follow:
$currentPage/child::Termin
Works great. But now, I only want to select the children, where the property "datum" is greater than or equal to the current date. But this code does not work:
xPath and filter by current Date in Prevalue source
Hi,
I'm using the prevalue source to select child-nodes, that represents appointments of the parent-node.
I choosed the Type "Umbraco Docs from xpath" and selected the children as follow:
Works great. But now, I only want to select the children, where the property "datum" is greater than or equal to the current date. But this code does not work:
Any hint to fix this qould be great. I'm far away from a xPath guru.
Best regards -
Tom
is working on a reply...