Challenge: Using date-fns Function
Explore how to modify date formats in an Angular event view using the date-fns library. Learn to update human-readable dates by adjusting the formatting function while maintaining existing test integrity. This lesson shows you how to apply changes in code and verify them through testing.
We'll cover the following...
We'll cover the following...
Problem statement
Human readable values such as dates can take many forms and can be dependent on personal preference and location (12 hr vs 24 hr time). Without breaking any of the existing ...