:tocdepth: 3 :py:mod:`gws.plugin.model_field.date` ===================================== .. py:module:: gws.plugin.model_field.date .. autoapi-nested-parse:: 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:** :source:`gws.plugin.model_field.date` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.scalar_field.Config` Configuration for the date field. .. py:class:: Object Bases: :py:obj:`gws.base.model.scalar_field.Object` .. py:attribute:: attributeType .. py:method:: configure_widget() .. py:method:: prop_to_python(feature, value, mc) .. py:method:: python_to_prop(feature, value, mc) .. py:class:: Props Bases: :py:obj:`gws.base.model.scalar_field.Props`