Monotone-Parent: 05aeb8f1ae44da7f6bcfe572acfabe06f62b5581

Monotone-Revision: ab64e7a2a001d712b867322558be1f8685e0ab71

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-30T22:43:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-30 22:43:13 +00:00
parent ff61bea99e
commit a55da84f79
4 changed files with 170 additions and 39 deletions

View File

@@ -176,9 +176,9 @@ function saveEvent(sender) {
}
function startDayAsShortString() {
return dayAsShortDateString($('startTime_date'));
return $('startTime_date').valueAsShortDateString();
}
function endDayAsShortString() {
return dayAsShortDateString($('endTime_date'));
return $('endTime_date').valueAsShortDateString();
}