in reply to Formatting Time
use POSIX qw(strftime); sub formatDTV { return strftime("%a., %d %b. %Y, %H:%M",@_); } [download]