Closed GoogleCodeExporter closed 8 years ago
The immidiate fix is easy. This does it:
$dialogContent.find(".date_holder").text(calEvent.start.getFullYear() + "-" +
(calEvent.start.getMonth() + 1) + "-" + calEvent.start.getDate());
But there's room for improvement. When the formatDate is made available it's a
good
candidate to use here. So that 2009-8-12 shows up as 2009-08-12 and so to make
it
easy to choose other date formats as well.
Original comment by jolle.carlestam
on 11 Aug 2009 at 9:49
thanks for picking this up. fixed
Original comment by robmo...@gmail.com
on 12 Aug 2009 at 11:52
Original issue reported on code.google.com by
jolle.carlestam
on 11 Aug 2009 at 4:16