How can change dateFormat in channel?

hi there~
how do i change dateFormat in channel?
i found variable,“public lazy var dateView: UIView = SBUMessageDateView()”, in “SBUBaseMessageCell” class
but cant open SBUMessageDateView class
help me please~

1 Like

Hi @silex_khan SBUMessageDateView is not public, and there is no way you can change DateTime format at the moment. You can always use github.com/sendbird/uikit-ios-sources open source and modify as you want. I will let my team know what we can do about this