We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dea121 commit 8cd344cCopy full SHA for 8cd344c
docs/pages/product/data-modeling/reference/types-and-formats.mdx
@@ -1003,6 +1003,14 @@ cubes:
1003
Dimensions with `time` type support custom formatting using
1004
[POSIX strftime][link-strftime] format strings with [d3-time-format][link-d3-time-format] extensions.
1005
1006
+<WarningBox>
1007
+
1008
+Custom time formatting is currently applied only in Cube Cloud and the MDX API.
1009
+For other integrations, such as embedded analytics, you will need to apply the
1010
+formatting on the client side using the format specification from the metadata.
1011
1012
+</WarningBox>
1013
1014
<CodeTabs>
1015
1016
```javascript
0 commit comments