Home
last modified time | relevance | path

Searched refs:time_ (Results 1 – 1 of 1) sorted by relevance

/plugin/clock/
Dscript.js21 time_; field in dwClock
24 this.time_= new Date();
27 get time() { return this.time_; }
28 get h() { return this.time_.getHours(); }
29 get m() { return this.time_.getMinutes(); }
30 get s() { return this.time_.getSeconds(); }
33 this.time_= new Date();
37 return time_.toLocaleString(fmt);
41 return time_.toLocaleString(fmt, args);