Rebol Programming/date?

USAGE:

edit
DATE? value 

DESCRIPTION:

edit

Returns TRUE for date values.

DATE? is an action value.

ARGUMENTS

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
date?: native["Returns TRUE for date values." value [any-type!] 33]