2 scripts tagged as: [tested-under · rebol/view 1.2.1.3.1 21-jun-2001]
Convert 'Date' datatype to International Date - ISO 8601. | ||
iso-8601-date.r | v:1.0.0 1.0 KB 8 Nov 2005 | Simple one-liner function to covert date to ISO 8601 format. In
my application a time stamp is not needed nor included in this function.
For a function that includes a timestamp see: to-iso-8601-date.r author: Gordon Raboud |
Sort an array of records | ||
sort-array.r | v:1.0.0 1.8 KB 7 Nov 2005 | Sort an array where each record is separated by a 'newline' and
each field in each record is separated by a comma. author: Gordon Raboud |