Viewing 1 replies (of 1 total)
  • Thread Starter sdwm

    (@sdwm)

    I think I’ve worked it out. I amended the date format in the file:
    /sp-client-document-manager/classes/ajax.php

    line no: 741

    <td class="cdm_file_date">' . date("F Y g:i A", strtotime($r[$i]['date'])) . '</td>

    now changed to

    <td class=”cdm_file_date”>’ . date(“j F Y g:i A”, strtotime($r[$i][‘date’])) . ‘</td>

Viewing 1 replies (of 1 total)

The topic ‘change date format on document listing’ is closed to new replies.