Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import dateFormat from '~/lib/dateformat';
/**
* Returns a date object corresponding to the given date string.
*/
export const dateFromString = (dateString) => new Date(dateFormat(dateString));