https://bugs.kde.org/show_bug.cgi?id=341100
Thomas Baumgart <tbaumg...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |wishlist --- Comment #14 from Thomas Baumgart <tbaumg...@kde.org> --- That is exactly where the input filter comes into play and is designed for. In your case, a simple bash script consisting of ---8<--- #!/bin/bash sed -e "s/^D\(..\)\(..\)\(....\)/D\1.\2.\3/" ---8<--- would do the trick together with the selection of %d.%m.%yyyy as the date format. Adding another date format considered an enhancement. -- You are receiving this mail because: You are the assignee for the bug.