This question already has an answer here:
Im currently struggeling with timestamps. I have Googled for a simple answer for this, but cant find any solution for my problem. I want to convert user input into UNIX time. The user inputs for example "26/03/1982", how do I convert this input into UNIX timestamp?
//User input
$birthday = "26/03/1982"; // d/m/y
$birthday = [CONVERTED TO UNIX]
Short and simple question. I will add more if you'd like. Thanks.
</div>