Fix calendar.readDate

This commit is contained in:
Giorgos Tsiapaliwkas 2012-03-24 19:22:43 +02:00
parent 1145d33e59
commit b503963b40

View File

@ -300,7 +300,7 @@ Item {
console.log("formatDate:" + calendar.formatDate("2012-02-03", CalendarSystem.Year, CalendarSystem.ShortNumber, CalendarSystem.SimpleWeek)) console.log("formatDate:" + calendar.formatDate("2012-02-03", CalendarSystem.Year, CalendarSystem.ShortNumber, CalendarSystem.SimpleWeek))
console.log("readDate:" + calendar.readDate("2012-02-03", CalendarSystem.NormalFormat)) console.log("readDate:" + calendar.readDate("2012-02-03", CalendarSystem.IsoFormat))
console.log("applyShortYearWindow:" + calendar.applyShortYearWindow(50)) console.log("applyShortYearWindow:" + calendar.applyShortYearWindow(50))