Files
mostlymatter/e2e-tests/cypress/tests/fixtures/date_time_format.js
2023-03-28 18:10:00 +02:00

8 строки
232 B
JavaScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
module.exports = {
TIME_12_HOUR: 'h:mm A', // no leading zeros
TIME_24_HOUR: 'HH:mm', // with leading zeros
};