mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:42:55 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
668 B
668 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "DateTimeFormatter" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
DateTimeFormatter type
DateTimeFormatter type
Signature
export declare type DateTimeFormatter<T extends DateTimeOptions = DateTimeOptions> = (dateInUtc: DateTimeInput, options?: T) => string;
Import
import { DateTimeFormatter } from '@grafana/data';