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?