~fboucault/ubuntu-calendar-app/crossbuild_fixes

« back to all changes in this revision

Viewing changes to dateExt.js

Trunk merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
.pragma library
19
19
 
 
20
Date.msPerMin = 60000
20
21
Date.msPerDay = 86400e3
21
22
Date.msPerWeek = Date.msPerDay * 7
22
23