Hello,<br><br>I&#39;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=&quot;strtotime|{EventYear}&quot; AddEvent:)<br>(:zap EventDate=&quot;{php_EventDate}&quot; AddEvent:)<br>(:zap savedata=&quot;EventDate&quot; AddEvent:)
<br>(:input submit:)<br>(:zapend:)<br><br>{$:EventDate}<br><br>{(ftime %Y when=&quot;{$:EventDate}&quot;)}<br><br>Can somebody help?<br>Kind regards,<br><br>Benoit<br>