Michael-E. Voges wrote: > great!! I didn't know that, yet. > But: it gives me "Dienstag, 27 September 2005" > without any dot after the day-number 27
Go to Preferences->Output->Date Format and change the string to %A, %e. %B %Y (i.e., add a dot after the %e parameter). For more configuration possibilities, consult man strftime. Jürgen