wv-field-datetime
Purpose
<wv-field-datetime/>
. Provides the ability to render the datetime field type of an Erp Entity. Can be used to render other datetime based form values.
Properties
Important: All <wv-field-*>
helpers inherit a "base tag helper" properties. In the following list are presented only the properties that this tag helper adds or alters. Not all base tag helper properties can be implemented by this tag helper too.
name | description |
---|---|
value |
object type: default value: is required: All datetime's in the database are stored in UTC timezone and are expected to be submitted to the server either with a timezone or will be considered UTC |
Example
<wv-field-datetime value="@value"></wv-field-datetime>