I have this kind of sorting on anOrderedCollection

BlocNotes >>sortedNotes
        ^notes sorted:[:a :b | a date  > b date]

This sort my notes on date but I want them sort by date AND inside a date by 
hours and I don't khow how to do this.

Some insights?

aNote = 'med com date temps' instancesVariables what I call hours = temps witch 
is a number like 2123 for 21h23

Some insights?_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to