You are here

constant ViewsDataExportExporterDOC::DATE_REGEX_DATE in Views data export 7.4

File

exporters/views_data_export_exporter_doc.inc, line 14

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_DATE = '/^((\\d{4})(-(\\d{2}))(-(\\d{2})))$/';