<?php $from="2002/10/1"; $to="2017/10/2"; $from_proc= strtotime($from); ///worked $to_proc= strtotime($to); ?>
You have javascript disabled. You will not be able to edit any code.