mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 12:04:05 +01:00
12 lines
196 B
JSON
12 lines
196 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
|
|
}
|
|
}
|