[REBOL] nice-time time conversion
From: john::thousand-hills::net at: 26-Aug-2001 21:21
Allen:
The code workes, however I can't seem to figure where in my script to place
it, I get errors unless I call it qith a direct time in the command ie
print nice-time 4:30
My database has the correct format, and has been tested in Excel time
conversion fine.
I have extracted linse of data that reflect only one line of the target
array. Where to place it is the question.
---------------------------------------
data: read/lines %route.txt
either d7 [ s7: pick data 7 replace/all s7 tab "</CENTER></TD><TD
WIDTH=6%><CENTER>"
s7: rejoin [ "<tr bordercolor=lightblue border=1 bgcolor=white>
<TD WIDTH=6%><CENTER>" s7 "</CENTER></TD></tr>" ] ] [ "" ]
either d7 [ print s7 ] [ "" ]
----------------------------------------
I can pass you the complete script and test data file if you want it.
Thanks.. John