104H / HH---POS-Accounting-and-ERP-Software

Small and Medium Business POS, Accounting and ERP Software
MIT License
57 stars 31 forks source link

Date Formatting on Windows #2

Open 104H opened 6 years ago

104H commented 6 years ago

The dates for the accounting Journal are fetched from the database and formatted to display to the user. This formatting is done using the wxPython date formatting function, Format(). This function works fine on Linux but on Windows it does not exist.

ghost commented 6 years ago

The date object has to be initialized to current date in Windows OS.