Categories
modx revo: convert date to timestamp
Tell me at the snippet level how to convert a TV Date type date to a timestamp?
Answer the question
In order to leave comments, you need to log in
<?php $date = new DateTime("05.06.2014"); echo $date->getTimestamp();
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question