REBOL Document

Date? - Function Summary


Summary:

Returns TRUE for date values.

Usage:

date? value

Arguments:

value - The value argument. (must be: any-type)

Description:

Returns FALSE for all other values.


    print date? 1/3/69
    true


    print date? 12:39
    false

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies