Nicolas, Ankit Jain, Thanks to both of you.
The suggestion of Nicolas ( use-when="${thruDate == void @or thruDate>
nowTimestamp}" ) still showed the button even when thruDate < nowTimestamp.
The suggestion of Ankit Jain ( use-when="${thruDate==null || (thruDate >
nowTimestamp)}" ) works.
Regards,
Pierre
