UNPKG

@helpscout/hsds-react

Version:

React component library for Help Scout's Design System

11 lines (9 loc) 204 B
"use strict"; exports.__esModule = true; exports.formatDate = formatDate; function formatDate(date) { return new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric' }); }