MCPcopy Create free account
hub / github.com/codecombat/codecombat / formatTime

Method formatTime

app/views/ladder/MainTournamentView.js:192–197  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

190 }
191
192 formatTime (time) {
193 if (time != null) {
194 return moment(time).format(HTML5_FMT_DATETIME_LOCAL)
195 }
196 return time
197 }
198 }
199 MainLadderView.initClass()
200 return MainLadderView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected