Backend module

The backend module shows a list with filters. The date format of the input fields of the filter can be adapted by overwriting the following TypoScript.

EXT:cart/Configuration/TypoScript/constants.typoscript
plugin.tx_cart {
    settings {
        backend {
           dateFormat = Y-m-d
        }
    }
}