How to change the date format in variables and queries?

Hi
In the SQL Server database, I have the month as an integer and the date in the format (dd/mm/yyyy). In my Grafana dashboard, I want to use variables and queries to display the month in the format (January, February, …) and the date in the format (June-2024) to use it in Time Series.
Any ideas?


For text representation of Month you can create custom variable with key-value pairs:

For time formatting at the axis see this:

Thank you for your reply.
I created a field override, but nothing changed with any date format.
The axis format date is always the same.

I think your override works.
But it only has an effect on the mouse-over tooltip…right?

But I dont know why. It has always been like this