gws.plugin.model_field.date

Date field.

Internally, date values are datetime objects. They are always transferred in the ISO format, specific locale conversions are left to the client.

Source code: gws.plugin.model_field.date

Package Contents

class gws.plugin.model_field.date.Config

Bases: gws.base.model.scalar_field.Config

class gws.plugin.model_field.date.Object

Bases: gws.base.model.scalar_field.Object

attributeType
configure_widget()
prop_to_python(feature, value, mc)
python_to_prop(feature, value, mc)
class gws.plugin.model_field.date.Props

Bases: gws.base.model.scalar_field.Props