mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
Monotone-Parent: 0aa6da157615a44a87763825308c0f8aef065eb3
Monotone-Revision: c599bd47bbff16b4b95b0210fbd260e1d041b4c2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T00:40:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -177,6 +177,8 @@ function saveEvent(sender) {
|
||||
|
||||
function _dayAsShortString(node) {
|
||||
var date = node.value.split("/");
|
||||
if (date.length != 3)
|
||||
date = node.value.split("-");
|
||||
return date[2] + date[1] + date[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user