invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
52 stars 46 forks source link

[Bugfix] Time Logs Parsing | Format Date Issue #1862

Closed Civolilah closed 1 week ago

Civolilah commented 1 week ago

@beganovich @turbo124 The PR includes fixes for formatting dates in specific formats that Day.js handles differently. We need to always prepare dates in the 'YYYY-MM-DD' format for the Day.js format function. Let me know your thoughts.