| Author |  | 
      
        | bbsemail Newbie
 
  
  
 Joined: 24 August 2010
 Location: United States
 Online Status: Offline
 Posts: 3
 | 
          Is there a way "built in" to change the display date format in the email list from Month Day to MM/DD/YYYY?  Or, do I need to hack? Clues on file(s) that need modified would be helpful if I need to hack and then contrib back.  Thanks
           | Posted: 29 April 2014 at 12:03pm | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          That's not configurable but can be changed in the code directly. You'll need to check static/js/app.js file, it contains the following function you'd want to modify:
           | Posted: 30 April 2014 at 5:13am | IP Logged |   |  
           | 
 |  
 
 
| Code: 
 
    
    | 
      
       | CDateModel.prototype.getShortDate = function (bTime) |  |  |  
 Note that app.js file isn't used by default - its minified version app.min.js is used. To change that, add the following item to the array defined in data/settings/config.php file:
 
 
 
| Code: 
 
    
    | 
      
       | 'labs.use-app-min-js' => false, |  |  |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |