I would like to know if a class exists to manipulate date with symfony 1.4
I search a class like Calandar in Java where you can manipulate date with method like "add" to add x days to a date.
I found sfDatePlugin but it seems to work only symfony 1.2
Do you know a class like this ?