You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to disable before 10:34 time. But I can't .
limit: [{},
{
type: 'fromto',
//from: new Date(new Date() -1 * 86400000),
from: '2017-11-18 10:34',
to: '2040-02-20'
}],
The text was updated successfully, but these errors were encountered:
riaydh06
changed the title
How dis select past time?
How disable past time?
Nov 19, 2017
There is wrong info in documentation.
"limit" must be Array, so u have to do it this way limit: [ { type:'fromto', from:'2018-03-1', to:'2018-03-30' } ],
I try to disable before 10:34 time. But I can't .
limit: [{},
{
type: 'fromto',
//from: new Date(new Date() -1 * 86400000),
from: '2017-11-18 10:34',
to: '2040-02-20'
}],
The text was updated successfully, but these errors were encountered: