derp, %e %k %l
This commit is contained in:
parent
11b78d8ec9
commit
3a95259384
@ -1956,8 +1956,11 @@
|
||||
case 'b':
|
||||
case 'B':
|
||||
case 'd':
|
||||
case 'e':
|
||||
case 'H':
|
||||
case 'I':
|
||||
case 'k':
|
||||
case 'l':
|
||||
case 'm':
|
||||
case 'M':
|
||||
case 'p':
|
||||
|
||||
@ -1557,7 +1557,7 @@ Time =
|
||||
foo: ->
|
||||
code = conf['time'].replace /%([A-Za-z])/g, (s, c) ->
|
||||
switch c
|
||||
when 'a', 'A', 'b', 'B', 'd', 'H', 'I', 'm', 'M', 'p', 'P', 'y' then "' + Time.#{c}() + '"
|
||||
when 'a', 'A', 'b', 'B', 'd', 'e', 'H', 'I', 'k', 'l', 'm', 'M', 'p', 'P', 'y' then "' + Time.#{c}() + '"
|
||||
else s
|
||||
Time.funk = Function 'Time', "return '#{code}'"
|
||||
day: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user