[Top]
Fins
Fins.Model
Fins.Model.DateField
|
Method Fins.Model.DateField()->create()
- Method
create
-
void Fins.Model.DateField(string _name, int(0..1) _null, mixed|void _default)
- Parameter _default
-
default may be either a Calendar object, a calendar class
or a function that returns a calendar object.
if either a class or a function is set as default, the
function will be called or the class will be instantiated
at the time of the query, useful for datestamps.
|