How to convert dates to months format

Hi
I've data in this format

"Admission _date" : "2020-01-28",
          "id" : 78

when I visualize the data in this format I get results like this
X axis : admission date
Y axis : count of records

I want the months on x axis by adding same data
like this

How I can get results like this?

specify the date histogram "minimum interval" of months

I did the same
date1

but here I'm getting a particular date for each month
but I want the date in the form of month (names)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.