Fix #1219.
This commit is contained in:
parent
0b55e34361
commit
6f6c1be3b1
@ -56,4 +56,4 @@ Time =
|
||||
p: -> if @getHours() < 12 then 'AM' else 'PM'
|
||||
P: -> if @getHours() < 12 then 'am' else 'pm'
|
||||
S: -> Time.zeroPad @getSeconds()
|
||||
y: -> @getFullYear() - 2000
|
||||
y: -> @getFullYear().toString()[2..]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user