[GH-ISSUE #32] The date formatting "Modified" for files is not using FM_DATETIME_FORMAT constant. #21

Closed
opened 2026-03-02 15:55:03 +03:00 by kerem · 0 comments
Owner

Originally created by @MGeurts on GitHub (Jan 18, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/32

The code at line 1188
$modif = date("d.m.y H:i", filemtime($path . '/' . $f));
should be changed in
$modif = date(FM_DATETIME_FORMAT, filemtime($path . '/' . $f));

Originally created by @MGeurts on GitHub (Jan 18, 2018). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/32 The code at line 1188 `$modif = date("d.m.y H:i", filemtime($path . '/' . $f));` should be changed in `$modif = date(FM_DATETIME_FORMAT, filemtime($path . '/' . $f));`
kerem 2026-03-02 15:55:03 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#21
No description provided.