mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 01:52:45 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user