Hello,<br><br>I'm still working on this system to manage events and struggling with the conversion of date and time into a timestamp. Now, I have a basic ZAP script working but it seems that the ftime markup does not work with ZAP variables.
<br><br>(:zapform key=AddEvent:)<br>(:input text EventYear:)<br>(:zap php_EventDate="strtotime|{EventYear}" AddEvent:)<br>(:zap EventDate="{php_EventDate}" AddEvent:)<br>(:zap savedata="EventDate" AddEvent:)
<br>(:input submit:)<br>(:zapend:)<br><br>{$:EventDate}<br><br>{(ftime %Y when="{$:EventDate}")}<br><br>Can somebody help?<br>Kind regards,<br><br>Benoit<br>