Commit cc6a3a317d3c7e104f3d7d28b081853ad84d75b6

Authored by Adhidarma Hadiwinoto
1 parent 9b0c263fcf
Exists in master

perbaikan tanggal update

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -39,7 +39,7 @@ function onPM(sender, msg) {
39 39  
40 40 matrix.buddies[sender].lastIncoming = {
41 41 msg: msg,
42   - lastUpdate: moment().format('YYYYMMdd HH:mm:ss')
  42 + lastUpdate: moment().format('YYYYMMDD HH:mm:ss')
43 43 }
44 44 }
45 45  
... ... @@ -70,7 +70,7 @@ function onBuddy(jid, state, statusText, resource) {
70 70 matrix.buddies[jid].states[resource] = {
71 71 state: state,
72 72 statusText: statusText,
73   - lastUpdate: moment().format('YYYYMMdd HH:mm:ss')
  73 + lastUpdate: moment().format('YYYYMMDD HH:mm:ss')
74 74 }
75 75 }
76 76