EOMONTH Function

EOMONTH Function

Does Zoho not support an EOMONTH function? I keep getting an error code. Is there a workaround?

SELECT
"Act. Gds Mvmnt Date",
"Shipping Value",
"Plant",
"Name of sold-to party",
"Network",
         EOMONTH("Act. Gds Mvmnt Date",1) AS "End of Month"
FROM  "VL06_Locations" 
WHERE "Plant"  IN ( '2744'  , '2743'  )