Item10381: It should be much easier to sort on dates
Priority: Enhancement
Current State: No Action Required
Released In: n/a
Target Release: n/a
Applies To: Engine
Component:
Branches:
I have a form field
PublishingDate
where users can enter a human readable date using a date picker.
If I want to sort topics on that field, I cannot use
sort="formfield(PublishingDate)"
because that will sort the topics on the strings of those form fields.
I figured I could use
sort="%QUERY{"d2n('$formfield(PublishingDate)')"}%"
but that does not work, neither does the escaped
$percntQUERY{$quotd2n('$formfield(PublishingDate)')$quot}$percnt
--
ArthurClemens - 20 Feb 2011
Happy this has been fixed:
Item10258.
--
ArthurClemens - 20 Feb 2011