Skip to content

Commit

Permalink
Dev: fixed issue : date error are not updated : surely a bad merging …
Browse files Browse the repository at this point in the history
…somewhere
  • Loading branch information
Shnoulle committed Oct 28, 2016
1 parent c3ea7b3 commit 100b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/expressions/em_javascript.js
Expand Up @@ -760,7 +760,7 @@ function LEMval(alias)
value="";
}
else {
value= moment(value,sdatetimePattern).format(sdatetimePattern);
value= moment(value,sdatetimePattern).format('YYYY-MM-DD HH:mm');
}
return value;
}
Expand Down

0 comments on commit 100b003

Please sign in to comment.