@apolitical/common-helpers-dates
v1.1.0
Published
Node.js module to format dates
Downloads
589
Maintainers
Readme
Common Helpers- Dates
Node.js module to expose functionality to format dates for use in our frontend projects
Current function
- getMonth
- Takes a date and returns the month as a string in short format
- getNumericDay
- Takes a date and returns the numeric day as a string
- getShortDate
- Takes a date and returns the date as a string in
1 Jan
format
- Takes a date and returns the date as a string in
- getDateWithYear
- Takes a date and returns the date as a string in
1 Jan 2022
format
- Takes a date and returns the date as a string in
- getLongDate
- Takes a date and returns the date as a string in
Saturday, 1 Jan 2022
format
- Takes a date and returns the date as a string in