Ignore:
Timestamp:
06/08/12 17:22:36 (12 years ago)
Author:
eduardow
Message:

Ticket #2846 - Melhorias e inconsistências gerais no modulo Expresso Calendar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/calendar/js/calendar.date.js

    r5510 r6453  
    143143                return dateFormat( date, format.replace(/m/g, 'M') ); 
    144144 
     145        },  
     146                  
     147        toString: function(date, format){  
     148                        return dateFormat( date, format.replace(/M/g, 'm') );  
     149        },  
     150          
     151        decodeRange: function(date, range){  
     152                        return (parseInt(date.getTime()) + (range * 60000));  
    145153        } 
    146          
    147          
    148154                 
    149155} 
Note: See TracChangeset for help on using the changeset viewer.