Fix calendar.readDate
This commit is contained in:
parent
1145d33e59
commit
b503963b40
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user