Skip to content
Snippets Groups Projects
Unverified Commit a4a09279 authored by Vladislav Korenkov's avatar Vladislav Korenkov Committed by GitHub
Browse files

feat(chart controls): Add "%d.%m.%Y" time format option (#32814)

parent 174750c9
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ export const D3_TIME_FORMAT_OPTIONS: [string, string][] = [
[SMART_DATE_ID, t('Adaptive formatting')],
['%d/%m/%Y', '%d/%m/%Y | 14/01/2019'],
['%m/%d/%Y', '%m/%d/%Y | 01/14/2019'],
['%d.%m.%Y', '%d.%m.%Y | 14.01.2019'],
['%Y-%m-%d', '%Y-%m-%d | 2019-01-14'],
['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S | 2019-01-14 01:32:10'],
['%d-%m-%Y %H:%M:%S', '%d-%m-%Y %H:%M:%S | 14-01-2019 01:32:10'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment