DateTimeOptionsWithFormat interface

The type describing the options that can be passed to the dateTimeFormat helper function to control how the date and time value passed to the function is formatted.

Signature

  1. export interface DateTimeOptionsWithFormat extends DateTimeOptions

Import

  1. import { DateTimeOptionsWithFormat } from '@grafana/data';

Properties

PropertyTypeDescription
defaultWithMSbooleanSet this value to true if you want to include milliseconds when formatting date and time

defaultWithMS property

Set this value to true if you want to include milliseconds when formatting date and time

Signature

  1. defaultWithMS?: boolean;