mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-15 13:55:05 -05:00
Merge pull request #25 from Supremicus/feature/date_format
Added date formats for d/m/y
This commit is contained in:
commit
f7ea3f8195
@ -1,3 +1,7 @@
|
||||
### 0.x.x (2014-10-22 xx:xx:xx UTC)
|
||||
* Added date formats for dd/mm/yy & day, dd/mm/yy
|
||||
* Added date formats for dd/mm/yyyy & day, dd/mm/yyyy
|
||||
|
||||
### 0.2.0 (2014-10-21 12:36:50 UTC)
|
||||
|
||||
[full changelog](https://github.com/SickragePVR/SickRage/compare/release_0.1.0...release_0.2.0)
|
||||
|
@ -52,6 +52,12 @@ date_presets = ('%Y-%m-%d',
|
||||
'%d-%m-%y',
|
||||
'%a, %d-%m-%y',
|
||||
'%A, %d-%m-%y',
|
||||
'%d/%m/%Y',
|
||||
'%a, %d/%m/%Y',
|
||||
'%A, %d/%m/%Y',
|
||||
'%d/%m/%y',
|
||||
'%a, %d/%m/%y',
|
||||
'%A, %d/%m/%y',
|
||||
'%d.%m.%Y',
|
||||
'%a, %d.%m.%Y',
|
||||
'%A, %d.%m.%Y',
|
||||
|
Loading…
Reference in New Issue
Block a user