Relative Content

Tag Archive for javascriptcodeigniter

getting the month difference based on three dates criteria

here is my code which i am using to find out the month difference, please help me out.
loan disbursement date = 05-12-2023,
loan collection day = 1st saturday of each month
current date
so we need to find out how many 1st saturday falls in between the disbursement date and current date. because on each month 1 saturday they will collect emi

SB Admin setLengthMenu

I’m using CodeIgniter 4 and SB Admin for my admin dashboard, but I don’t know how to set entries per page (rows) option for the datatable, so I can add 50, 100 and all. According to Gemini I should set the setLengthMenu array, but I can’t find the location. Could anybody help me ?