Get time and date

To get current time and date in web application you should use getCurrentDateTime() method from Time API.
var date = tizen.time.getCurrentDateTime();
console.log(date.toLocaleString());

Responses

0 Replies