Auto set date columns to Y-m-d format #68
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This relies on a feature in MVC 2.6 that allows strict models to set the format for
Hazaar\Date
type fields.When using
Table::row()
orTable::findOneRow()
to find a DBI row and return it as aHazaar\DBI\Row
object to allow advanced features. We can get nativedate
columns to automatically format to Y-m-d during output.created merge request !39 to address this issue
mentioned in merge request !39
mentioned in commit
6f875cad76