I have a column with dates (currently a string but I can easily change to date/time). If the dates are between the 1st-15th of any given month, I want it to return "month-15"
If the same column of dates is between the 16th-end of the month I want it to return the "month-last day of the month"
Would someone be able to help me with that?