HelloThanks but I got an error => Liquid error: undefined filter date_addIn some use case my date can be for example '2027-11-16' and I need to get from that date '2027-11-30'
Hi to all for my customer requirement I need to get the last day of the month starting from a given dateFor example : I have date = '2027-11-01' I need to get endOfMonth='2027-11-30' Any idea on how to get that result using liquid ? Thanks