#10728·bagisto

Configurable Date Format in Admin Panel

Author: ghermansCreated Apr 29, 2025Updated Dec 8, 2025
LabelsFeature Request

Is your feature request related to a problem? Please describe.

Currently, dates in Bagisto are primarily displayed in the YYYY-MM-DD format (e.g., 2025-04-07). While this format is standard, it may not be ideal for all users, especially in regions where different date formats are customary (e.g., DD/MM/YYYY or MM-DD-YYYY).

Describe the solution you'd like

This feature request proposes the addition of a setting in the Configuration section of the admin panel that allows administrators to choose the desired date format. This setting should affect all date displays across the admin panel and, optionally, the storefront, customer invoices.

A new configuration option under General Settings for selecting the preferred date format.

  • Support for common formats, such as:
    • YYYY-MM-DD
    • DD/MM/YYYY
    • MM-DD-YYYY
    • Month DD, YYYY (e.g., April 7, 2025)

Describe alternatives you've considered

Allow localization/internationalization support for dynamic formatting based on locale.

Additional context

No response