How to sort this rebol domain names block on date ?

Posted by Rebol Tutorial on Stack Overflow See other posts from Stack Overflow or by Rebol Tutorial
Published on 2010-05-18T21:00:16Z Indexed on 2010/05/18 21:10 UTC
Read the original article Hit count: 160

Filed under:

I want to sort this block on date column:

["domain1.com" 18-Jan-2011 #"^/" 
"domain2.com" 20-Aug-2011 #"^/" 
"domain3.com" 23-Dec-2011 #"^/" 
"domain4.com" 22-Sep-2011 #"^/"]

I can't see how to really do so with sort/skip function explained here, it's not crystal clear for me: http://www.rebol.com/docs/words/wsort.html

© Stack Overflow or respective owner

Related posts about rebol