forked from extern/egroupware
c0abff9612
- Get phone widget working using telephony integration if configured, tel: if user's on an Android or iPhone - Popup calendar on date widget
12 lines
202 B
JSON
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
|
|
}
|
|
}
|