Date field formatter should support number fields #6275
Labels
Feature:FieldFormatters
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
release_note:enhancement
The date field formatter could also support number typed fields and interpret this as a timestamp value and format it. There should be a switch if the number is parsed as milliseconds (
moment(value)
) or as a second timestamp (moment.unix(value)
).The text was updated successfully, but these errors were encountered: