Changeset 16893
- Timestamp:
- 01/26/11 12:32:40 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0.1x/Xul_Commons/modules/scenariCommons/commons/i18n.jsm
r16288 r16893 129 129 vDateFormat, 130 130 pDate.getFullYear(), 131 pDate.getMonth() ,132 pDate.getDa y()131 pDate.getMonth()+1, 132 pDate.getDate() 133 133 ); 134 134 } else { … … 139 139 vTimeFormat, 140 140 pDate.getFullYear(), 141 pDate.getMonth() ,142 pDate.getDa y(),141 pDate.getMonth()+1, 142 pDate.getDate(), 143 143 pDate.getHours(), 144 144 pDate.getMinutes(),
Note: See TracChangeset
for help on using the changeset viewer.