This commit is contained in:
Mayhem 2013-08-09 18:44:22 +02:00
parent 0b55e34361
commit 6f6c1be3b1

View File

@ -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..]