notification date formatting

This commit is contained in:
realaravinth
2021-07-14 21:38:03 +05:30
parent 69de0aaeef
commit 883aa122b2
4 changed files with 114 additions and 20 deletions

View File

@@ -22,8 +22,8 @@ include!("../navbar/index.html"); .>
<p class="notification__item-text"><.= notification.message .></p>
<div class="notification-data__container">
<span class="notification__sender"><.= notification.name .></span>
<span>.</span>
<span class="notification__received"><.= notification.received .></span>
<span>&#183;</span>
<span class="notification__received"><.= notification.print_date() .></span>
</div>
</td>