A
Anonymous
Guest
how can we offer help updating a form or object you've not given us any code for? If i assume that you're using a calendar class, and Calendar has a method named "doIt" that takes a date and books it and changes it to occupied, and that the variable $date contains only the date in exactly the right format, then the super simple solution is:
The only way I can give you better advice is if you give more information so that i don't have to make assumptions.
Code:
Calendar::doIt($content);