Hey all…
This works:
$today = '{current_time format="%Y-%m-%d"}';
echo strtotime($today);This doesn’t:
$expiration = '{expiration_date format="%Y-%m-%d"}';
echo strtotime($expiration);The latter doesn’t “echo” anything out. Any idea as to why this is happening?