mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Added date formats for d/m/y
This commit is contained in:
parent
d1ea52bb8c
commit
82343608a0
2 changed files with 10 additions and 0 deletions
|
@ -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 a new issue