Is it not possible to use the native date() to capture time/date info? I find that when I use it, the script stops execution at the insertion point.
Thanks
- b
No reason why it shouldn't. Could you show your code and/or an error log?
I simply had the following:
$currentDate = date('Ymd_Gi');
Nothing in the logs.
Thoughts?
Log in to post a comment.
Is it not possible to use the native date() to capture time/date info? I find that when I use it, the script stops execution at the insertion point.
Thanks
- b
No reason why it shouldn't. Could you show your code and/or an error log?
I simply had the following:
Nothing in the logs.
Thoughts?
Thanks
- b