Widgets
Samples
Demos
Forum
Services
Documentation
alert
animate
attachEvent
bind
blockEvent
callEvent
clone
confirm
copy
delay
detachEvent
dp
editStop
event
eventRemove
exec
extend
hasEvent
isArray
isDate
isUndefined
mapEvent
message
modalbox
once
print
prompt
proto
protoUI
proxy
ready
remote
require
send
single
stringify
template
template.empty
template.escape
toCSV
toExcel
toFunctor
toNode
toPDF
toPNG
type
ui
uid
unblockEvent
wrap
Start
API Reference
common helpers
Methods
isDate
checks whether the passed value is a date object
boolean
isDate
(
any
check
);
check
any
the value to check
boolean
true
, if the passed value is a date object
Example
if
(
webix.
isDate
(
value
)
)
{
do_something
(
)
;
}
Back to top