#1
Hello fellow Trongate users,
using a php function to get all of the Public Holidays by year for my country,
I have a json encoded array returned as follows:

However, I need to provide the array to fullcalender to display the holidays in this format:

Essentially creating a multidimensional array from my original array.
If anyone can provide some direction I would be most appreciative.

Cheers!
#2
Like this

#3
Thank you, Freiza.

Cheers!