
18 Feb
2010
18 Feb
'10
6:41 p.m.
Am Freitag 19 Februar 2010 00:25:18 schrieb kane96@gmx.de:
ok, now I did it by just calling from the original function by to a new one with an empty list at the beginning.
How can I add the date at the end of the list? By creating a new list from the new date and using concat or is there a simpler way?
Better stick it to the front by (:) and reverse the list just before printing.