Due to some whack CSS the scrollPosition of the document stays 0 which renders a stuck date time picker.
Because of this the position is recalculated on scrolling .t3js-module-body
.
initialize date fields to add a datepicker to each field note: this function can be called multiple times (e.g. after AJAX requests) because it only applies to fields which haven't been used yet.
Initialize a single field
Format a given date for the hidden FormEngine field
Format the value for the hidden field that is passed on to the backend, i.e. most likely DataHandler. The format for that is the timestamp for time fields, and a full-blown ISO-8601 timestamp for all date-related fields.
Generated using TypeDoc
Initialize a single field