Closed mdwiltfong closed 1 year ago
Please check my PR for this Issue
Hey @IlmaMuttaqien ! Thank you so much for doing this PR. Looking at the code it should definitely work! Any chance you'd be interested in modifying the tests as well :)
i've modify the test and update my PR to #37
You're the best @IlmaMuttaqien ! Thanks for taking the time to help with this ❤️
At the moment the DateFormatter object won't return the following time
1:05 am
Instead, it will return1:5 am
. this is because the.getMinutes()
function on the date object returns a number from 0 to 59.