i don't use informix but a quick search of their online docs turned up the
MDY() function that can be adapted to what you want
use the expression MDY(MONTH(TODAY),28,YEAR(TODAY)) + INTERVAL (4) DAY to put you into the next month
use MDY(MONTH(XX),1,YEAR(XX)) to get the first day of the next month (where XX is the expression above) and then subtract 1 day
not pretty, but i think that'll do it
rudy
http://rudy.ca/