You are here

constant ViewsDataExportExporterDOC::DATE_REGEX_TIME in Views data export 7.4

File

exporters/views_data_export_exporter_doc.inc, line 15

Class

ViewsDataExportExporterDOC
This exporter creates a DOC file readable by Microsoft Word. The content is an HTML table, as used by the old XLS export mechanism.

Code

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