UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

10 lines (8 loc) 300 B
function date_timestamp_get(dt, timestamp) { // http://kevin.vanzonneveld.net // + original by: Brett Zamir (http://brett-zamir.me) // * example 1: var dt = date_create(); // * example 1: date_timestamp_get(dt); // * returns 1: 1045000 return dt.getTimestamp(timestamp); }