In How to alter date format in page header in Kate (kde text editor) a user of Kate wants to have a specific format, YYYY-MM-DD HH:mm, apparently without success.
This is what the user tried:
This is what the user tried:
Code:
%y => 1/19/19 %Y => Saturday, January 19, 2019 %t => %t %T => %T %i => %i %I => %I %d => 1/19/19 4:59 PM %D => Saturday, January 19, 2019 4:49:58 PM CET
Comment