langleyfoxall / laravel-boilerplate

Boilerplate for Laravel with common tools/plugins for ease of development.
MIT License
2 stars 4 forks source link

Add moment.js #9

Closed AlexCatch closed 2 years ago

AlexCatch commented 5 years ago

Moment is the standard date library in almost all of our projects, it makes working with dates painless.

dextermb commented 5 years ago

Also worth reading this.

AlexCatch commented 5 years ago

The niceties that moment.js adds outweighs the few extra kb to load in.

99% of our applications, we don't always need moment.js but 90% of our projects do.