Sort map having dates in ASC order

Hi @ganesh_salunkhe,

This post might have the solution you are looking for.

In a nutshell,

  • read the map keys into a slice
  • sort the slice
  • read the map values using the sorted keys
3 Likes