package |
Default |
---|
xtcDateRaw(string $date, boolean $reverse = false) : string
The function file can be found here: src/inc/xtc_date_raw.inc.php
Return date in raw format.
Provided $p_date parameter should be in DD.MM.YYYY or MM.DD.YYYY format depending the current language. The result (raw date) will be formatted in YYYYMMDD. If the provided $p_date parameter is invalid the result will be an empty string.
string
boolean
(optional)
string
xtcValidateEmail( $email, $emailAddressCheck)