We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b489dc9 commit 5408b45Copy full SHA for 5408b45
src/components/MTableCell/cellUtils.js
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import parseISO from 'date-fns/parseISO';
+import { parseISO } from 'date-fns';
3
4
/* eslint-disable no-useless-escape */
5
export const isoDateRegex = /^\d{4}-(0[1-9]|1[0-2])-([12]\d|0[1-9]|3[01])([T\s](([01]\d|2[0-3])\:[0-5]\d|24\:00)(\:[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3])\:?([0-5]\d)?)?)?$/;
0 commit comments