MOON
Server: Apache
System: Linux host.sunshiene.com 4.18.0-553.121.1.el8_10.x86_64 #1 SMP Thu Apr 30 09:06:34 EDT 2026 x86_64
User: clientsoftwares (1005)
PHP: 8.2.31
Disabled: system, exec, mail, shell_exec, passthru, popen, proc_open, pcntl_exec, dl, ini_alter, ini_restore, symlink, link, chown, posix_kill
Upload Files
File: /home/clientsoftwares/public_html/repairshop.clientsoftwares.com/config/time-date-formats.php
<?php

return [
    'formats' => [
        // Common Date Formats
        'd-m-Y',
        'Y-m-d',
        'Y/m/d',
        'd/m/Y',

        // Date and Time Formats
        'd-m-Y H:i:s',
        'Y-m-d H:i:s',
        'Y/m/d H:i:s',
        'd/m/Y H:i:s',

        // Date with Day and Month Names
        'd D M Y',
        'Y M D d',
        'd F Y',
        'F d, Y',

        // Date with Time and Day/Month Names
        'd D M Y, h:i:s',
        'd D M Y h:i:s',
        'Y M D d, h:i:s',
        'Y M D d h:i:s',

        // Time Formats
        'H:i:s',
        'g:i A',

        // Date and Time with Timezone
        'Y-m-d H:i:s T',

        // Custom Formats
        'l, d M Y',
        'Y F d',
        'M d, Y',
        'g:i A, l F d, Y',
    ],
];