How do I get timestamp from e.g. 22-09-2008?
22-09-2008
Use PHP function strtotime()
strtotime()
echo strtotime('2019/06/06');
date — Format a local time/date