Replicating airbnb following the atomic design principles...
Home > @nextbnb/utils > DateUtils
Signature:
export declare class DateUtils
Method | Modifiers | Description |
---|---|---|
checkIfValidDate(date) | static |
Checks whether if the given date is considered valid |
formatDate(date) | static |
Formats date |
formatDateByElapsedTime(date) | static |