Project

General

Profile

Feature #6805 ยป add_nonambiguous_date_format_with_ISO_ordering.patch

Albert Rosenfield, 2010-11-02 18:57

View differences:

app/models/setting.rb
26 26
	'%d %b %Y',
27 27
	'%d %B %Y',
28 28
	'%b %d, %Y',
29
	'%B %d, %Y'
29
	'%B %d, %Y',
30
        '%Y-%b-%d'
30 31
    ]
31 32
    
32 33
  TIME_FORMATS = [
    (1-1/1)