*** empty log message ***
This commit is contained in:
parent
111b62de37
commit
162ea44857
5 changed files with 129 additions and 47 deletions
|
@ -151,6 +151,17 @@ class uiScheduler extends uiCalendar
|
|||
}
|
||||
|
||||
|
||||
function getDayTimingScale()
|
||||
{
|
||||
for ($n = 0; $n <= 23; $n++) {
|
||||
$scale[] = $n;
|
||||
}
|
||||
#print_r($scale);
|
||||
return $scale;
|
||||
|
||||
}
|
||||
|
||||
|
||||
function _oneOrMore($in)
|
||||
{
|
||||
return $id < 1 ? ceil($in) : round($in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue