Calendar view week with two months

By: Bob Webb | Asked: 10/29/2024
ForumsCategory: General questionsCalendar view week with two months
Bob Webb asked 17 hours ago
Good Morning (it is here),   I've hit an issue that support have said is what it is (that's not a criticism of them) I have a calendar view that works exactly as expected except e.g. This week (28th Oct to 3rd Nov) my October view does not show events on 1st Nov although my November view does show events on 31st Oct. I'd like my October view to show events for the whole week Any Ideas? TIA
Attachments
1 Answers
Victor Font answered 11 mins ago

I don't know why it couldn't be done with some custom code executed in the frm_view_order hook. That's the only hook in Formidable where you can modify any view query before the data is displayed. I don't know this for certain without testing the code, but I suspect that Formidable must be doing a query that looks for all data within a month. We would need to calculate the day of the week the last day of the month falls on, then figure out wht Friday's date is if is after the EOM and adjust the query's end date accordingly. It might take a developer a day to code, test, and document a project like this. There may be other ways to do this, but this is the way I would tackle it.

Victor Font replied 5 mins ago

Here's a PHP snippet that calculates the last Friday of the month: https://gist.github.com/vfontjr/0bb9b4c93adf8aa92922297e92f153b7

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right