/[drupal]/contributions/modules/yui_calendar/yuicalendar.js
ViewVC logotype

Diff of /contributions/modules/yui_calendar/yuicalendar.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7, Fri Feb 29 21:17:57 2008 UTC revision 1.7.2.1, Wed Mar 19 20:23:07 2008 UTC
# Line 120  Date.HOUR = 60 * Date.MINUTE; Line 120  Date.HOUR = 60 * Date.MINUTE;
120  Date.DAY = 24 * Date.HOUR;  Date.DAY = 24 * Date.HOUR;
121  Date.WEEK = 7 * Date.DAY;  Date.WEEK = 7 * Date.DAY;
122  Date.parseDate = function (str, fmt) {  Date.parseDate = function (str, fmt) {
 alert(str);  
123    var today = new Date();    var today = new Date();
124    var y = 0;    var y = 0;
125    var m = -1;    var m = -1;
# Line 161  alert(str); Line 160  alert(str);
160        case "%I":        case "%I":
161        case "%k":        case "%k":
162        case "%l":        case "%l":
           alert(a[i]);  
163          hr = parseInt(a[i], 10);          hr = parseInt(a[i], 10);
164          break;          break;
165        case "%P":        case "%P":
# Line 176  alert(str); Line 174  alert(str);
174          min = parseInt(a[i], 10);          min = parseInt(a[i], 10);
175          break;          break;
176        case "%O":        case "%O":
         alert(a[i]);  
177          break;          break;
178      }      }
179    }    }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

  ViewVC Help
Powered by ViewVC 1.1.2