Changeset 12236
- Timestamp:
- 01/31/08 21:00:36 (11 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/date/locale.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/date/locale.js
r12203 r12236 419 419 }); 420 420 421 var hours = result[3] ;421 var hours = result[3]*1; 422 422 if(amPm === 'p' && hours < 12){ 423 423 result[3] = hours + 12; //e.g., 3pm -> 15