You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Date Field is meant for displaying dates with an specific format (in case you don't want to use timestamps). The transform_data method of this field, turns the data into a more readable format specified by the user through the format parameter. 

DateField

ParameterTypeDefaultRequiredDescription
formatUnion[str]'%Y-%m-%d'FalseFormat for the field.
timezoneUnion[str, None]-FalseTimezone for the field.

_DateFieldUI

ParameterTypeDefaultRequiredDescription
typeDynamicFieldTypeDATETrueType of the dynamic field.

Example Configuration

DateField(field='data.birth_date', format='%Y-%m-%d')
  • No labels