REBOL Document

To-idate - Function Summary


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
    Tue, 9 Mar 2004 1:00:25 -0800

Related:

date? - Returns TRUE for date values.


<Back | Index | Next>

Copyright 2004 REBOL Technologies