Menu

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.

Enterprise Open source

dateMath.isMathString() function

dateMath.isMathString() function

Signature

typescript
export declare function isMathString(text: string | DateTime | Date): boolean;

Import

typescript
import { dateMath } from '@grafana/data';
const { isMathString } = dateMath;

Parameters

ParameterTypeDescription
textstring | DateTime | Date

Returns:

boolean