Just submitted to CFLib.org a new UDF that I’ve written called thisMonth(). thisMonth() will return a structure of structures containing information about the month including date object for each day, each day as a string and each day’s date letters ie “st,nd,rd,th”. Also start and end day as entries, number of days in that month and the month number. It defaults to the current month but you can also pass a date object into it. You can have a look at the example or take a look at view the code.