TO-IDATE

REBOL Dictionary 2.0


Summary:

Returns a standard Internet date string.

Usage:

to-idate date

Arguments:

date - The date argument. (must be: date)

Description:

Internet date format is day, date, month, year, time (24-hour clock), timezone offset from GMT.


    print to-idate now
    Sat, 25 Jan 2003 17:29:29 -0800

Related:

date? - Returns TRUE for date values.


<Back | Index | Next>

Copyright 2003 REBOL Technologies