mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 03:06:04 +02:00
* Add dateTimeFormat
This commit is contained in:
parent
e0f267c9a5
commit
8b3b36fd83
3 changed files with 15 additions and 2 deletions
|
@ -438,8 +438,7 @@ function FullScreenEditorModule(options) {
|
|||
toView.setText(self.message.toUserName);
|
||||
subjView.setText(self.message.subject);
|
||||
|
||||
// :TODO: set full date/time -- need a defaults dateTimeFormat
|
||||
tsView.setText(moment(self.message.modTimestamp).format(self.client.currentTheme.helpers.getDateFormat()));
|
||||
tsView.setText(moment(self.message.modTimestamp).format(self.client.currentTheme.helpers.getDateTimeFormat()));
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue