mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Use hyphen within date
This commit is contained in:
parent
6c0fe4058c
commit
fb521a7a94
1 changed files with 1 additions and 1 deletions
2
nnn.c
2
nnn.c
|
@ -1150,7 +1150,7 @@ printent_long(struct entry *ent, int sel)
|
|||
else
|
||||
ncols = COLS;
|
||||
|
||||
strftime(buf, 18, "%d %m %Y %H:%M", localtime(&ent->t));
|
||||
strftime(buf, 18, "%d-%m-%Y %H:%M", localtime(&ent->t));
|
||||
|
||||
if (sel)
|
||||
attron(A_REVERSE);
|
||||
|
|
Loading…
Add table
Reference in a new issue