egroupware/etemplate/js/test/et2_test_dates.json
Nathan Gray c0abff9612 - Get email widget working with felamimail if user has access, mailto: otherwise
- Get phone widget working using telephony integration if configured, tel: if user's on an Android or iPhone
- Popup calendar on date widget
2011-08-29 21:15:53 +00:00

12 lines
202 B
JSON

var d = new Date();
var _date = Math.round(d.valueOf() / 1000);
var date_test_data = {
content: {
"date": _date,
"date_time":_date,
"time":_date,
"ro_date": _date,
"ro_date_time": _date
}
}