Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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
export interface DateTimeOptionsWithFormat extends DateTimeOptions
Import
import { DateTimeOptionsWithFormat } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
defaultWithMS | boolean | Set 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
defaultWithMS?: boolean;