mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Custom date str format for DateTimeField and DateField #164

Closed mikeywaites closed 7 years ago

mikeywaites commented 7 years ago

Fixes #157

Added support for specifying custom date str format to the DateTimeField and DateField. DateField now inherits from DateTimeField and simply sets a custom default format.