@beyonk/date-utils
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -86,4 +86,9 @@ import dayjs from 'dayjs/esm' | ||
function toTimeless (date) { | ||
return dayjs(date).format('YYYY-MM-DD') | ||
} | ||
export { | ||
localDate, | ||
toTimeless, | ||
utcDate, | ||
@@ -90,0 +95,0 @@ longDate, |
{ | ||
"name": "@beyonk/date-utils", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Beyonk Date Utils", | ||
@@ -28,3 +28,3 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", | ||
}, | ||
"gitHead": "59f33b8688497a8cf149925e46efb52cffe5dbee" | ||
"gitHead": "54f0a7984b4edd0b5e8f6f42e06836b4f66deda6" | ||
} |
5412
188