Using time range variables in panel title

Hello,

I have a big dashboard and I would like to display the selected time range in each panel title.
I can found only msec of __from and __to and don’t know how to set them in a readable format

Thanks a head

doron

3 Likes

Hello i have the same problem.
Did you have a solution to convert to a datetime format?

If you just want to display the To-From dates in the Title, try this.

${__from:date:YY-MM-DD} to ${__to:date:YY-MM-DD}

If you’re looking or a different date time format take a look at Add and manage variables | Grafana documentation