Sort after day of week or month

Hey,

I extracted the day of week and month from some date data. Now I want to represent the data in a Line Plot, but I am only able to sort the months and days of the week alphabetically, how can I sort them in the normal way, e.g. January to December, Monday to Sunday.

Thanks for your help!

If you convert the column to the date/time type with String to Date/Time node then the Line Plot should sort them in the expected way.