Formats the form date and time.
File: src/db-objects/forms/form.php
Form::to_json()
Returns an array representation of the model.
Form::__construct()
Constructor.
Form::__isset()
Magic isset-er.
Form::__get()
Magic getter.
Form::__set()
Magic setter.
Form::get_containers()
Returns all containers that belong to the form.
Form::get_elements()
Returns all elements that belong to the form.
Form
Class representing a form.