UNPKG

@estarlincito/utils

Version:

A collection of utility functions designed to simplify and speed up development tasks in JavaScript and TypeScript projects.

2 lines (1 loc) 221 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=t=>{const e=new Date(t),o={day:"2-digit",month:"short",year:"numeric"};return e.toLocaleDateString("en-US",o)};exports.dateFormat=a;