<we:processDateSelect>
Since version: 2.3.0.0 | Requires endtag: no
Description
The tag <we:processDateSelect> processes the 3 values from the selectboxes of the tag <we:dateSelect> into a UNIX timestamp. The value will be saved in a global variable with the name which was entered in the attribute "name".
Attributes
name
Default value: - | since version: 2.3.0.0 | required: yes
The name attribute entered here must be the same as the one that was entered in the attribute "name" in the tag <we:dateSelect>.
endofday
Default value: - | since version: 2.3.0.0 | required: no
If this attribute is set to true, the UNIX timestamp of 23.59 hours and 59 seconds of the entered day will be processed. If the attribute is not set or set to false, the time of 00.00 hours will be used.
Allowed values:
- true
- false
Syntax
<we:processDateSelect name="attribute" [endofday="true|false"] />