You are here

constant ViewsDataExportExporterExcelxlsx::DATE_REGEX_ANY in Views data export 7.4

Regular expression that checks for a valid ISO 8601 date/time.

File

exporters/views_data_export_exporter_excel_xlsx.inc, line 12

Class

ViewsDataExportExporterExcelxlsx
This exporter creates an XLSX file readable by newer versions of Excel.

Code

const DATE_REGEX_ANY = '/^((\\d{4})(-(\\d{2}))(-(\\d{2})))?(([T \\s]?(\\d{2}))(:(\\d{2}))(:(\\d{2}))?)?$/';