Closed SahibYar closed 1 year ago
Through out the project DateTimeFormatter.ofPattern(pattern) is being used, This doesn't caters DateTime formats with alphabets like am/AM, pm/PM or Jan/JAN, Feb/FEB etc.
DateTimeFormatter.ofPattern(pattern)
Through out the project
DateTimeFormatter.ofPattern(pattern)
is being used, This doesn't caters DateTime formats with alphabets like am/AM, pm/PM or Jan/JAN, Feb/FEB etc.