/ Published in: PHP
Forms a php timestamp out of an date string i.e. create_timestamp(24.12.2007);
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function create_timestamp($date) { // Format : DD.MM.YYYY { } else return false; }