FirebaseExtended / firechat

Real-time Chat powered by Firebase
https://firechat.firebaseapp.com
MIT License
2.41k stars 1.04k forks source link

Show date and time #109

Closed kelvinau closed 6 years ago

kelvinau commented 6 years ago

Is there any way or option to also show the date in there? 2018-09-09 16_19_33-firechat - open source chat built on firebase

kelvinau commented 6 years ago

Took a look at firechat-ui.js. There's a prototype function of FirechatUI called formatTime. Overwriting this can provide the format I want. https://github.com/FirebaseExtended/firechat/blob/715f2cfdd87892eac3b9035692d1dbcf98b38f71/src/js/firechat-ui.js#L1067