waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
509 stars 80 forks source link

Extract all DateFormatter from the entire project to DateExtension with clear extension function names #115

Open waseefakhtar opened 9 months ago

aritra-tech commented 9 months ago

I don't think there are any Date Formatters which can be added to the DateExtension file. @waseefakhtar

waseefakhtar commented 9 months ago

I don't think there are any Date Formatters which can be added to the DateExtension file. @waseefakhtar

Hmm, I remember I added a few which are not part of DateExtension yet. I'll double check if I already made the change.

aritra-tech commented 9 months ago

Any update @waseefakhtar ?