Clean up date formatting #56

Closed
opened 2017-06-16 13:41:08 -04:00 by jking · 0 comments
Owner

There's a bunch of places where date formats are juggled:

  • Throughout Db\Statement
  • In Db\SQLite3\CustomFunctions
  • The dateFormatDefault method in Database
  • The Misc\DateFormatter class

Ideally Misc\DateFormatter should be made better use of, and extended where necessary. The date formatter in Db\SQLite3\CustomFunctions should probably remain as-is given that MySQL and PostgreSQL will also have special handling.

There's a bunch of places where date formats are juggled: - Throughout `Db\Statement` - In `Db\SQLite3\CustomFunctions` - The `dateFormatDefault` method in `Database` - The `Misc\DateFormatter` class Ideally `Misc\DateFormatter` should be made better use of, and extended where necessary. The date formatter in `Db\SQLite3\CustomFunctions` should probably remain as-is given that MySQL and PostgreSQL will also have special handling.
jking closed this issue 2017-07-07 15:25:53 -04:00
jking added this to the 0.1.0 milestone 2017-08-30 08:30:15 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#56
No description provided.