Date format contain in chatroom_msg_date_format variable. This variable used when theme chat messages. By default this value is 'H:i:s'. And we can't change it from admin page.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rbogdan’s picture

Status: Active » Needs review
FileSize
1.41 KB

This patch fix this problem.

Anonymous’s picture

Thanks for the patch, will review shortly.

Anonymous’s picture

Status: Needs review » Needs work

First review, on my phone so just based on reading patch.

- 'chart' should be 'chat'

- there is no validation. Perhaps a regex or Date object based test?

rbogdan’s picture

Status: Needs work » Needs review
FileSize
2.17 KB

Fixed in new version of patch:
- 'chart' should be 'chat'
- there is no validation. Perhaps a regex or Date object based test?