I just need your help really much. I have this date() format:
<?php
date("j. n. Y G:i:s");
?>
But later in the code i need to convert it into time() (using strtotime), but it fails. I don’t know any function to do that. And here comes my question – do you know any function? Or do you atleast know how to convert it? I will be very thankful.
Simply:
Should give you timestamp in format of
time()function.