Hello
I ound in the forumtopics the following code for the HTML form
In the email template I added {recordtime} and works fine, but...
Would it possible to "split" thh date and time ?
eg :
name ="recortime1" and get the date as m-d-Y
and
name ="recortime2" and get the time as H:i:s
I ound in the forumtopics the following code for the HTML form
<input type='hidden' name='recordtime' value='<?php echo date('Y-m-d H:i:s'); ?>' />
In the email template I added {recordtime} and works fine, but...
Would it possible to "split" thh date and time ?
eg :
name ="recortime1" and get the date as m-d-Y
and
name ="recortime2" and get the time as H:i:s
This topic is locked and no more replies can be posted.