phpScheduleIt
June 20, 2013, 03:36:10 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: European time setting (no am/pm - but 00-24 instead)  (Read 238 times)
endelavit
Newbie
*

Karma: 0
Posts: 2


« on: March 11, 2012, 01:47:57 PM »

Hi!

As the title says - how do I change this in my setup?
I have the newest version, and I' m struggling to find it

Note: Does anybody know if this new version comes in Danish soon?

Best regards
Anders
Logged
faso
Newbie
*

Karma: 0
Posts: 2


« Reply #1 on: March 11, 2012, 03:11:22 PM »

Here is my config cutout.
remove the Big A and the g:i change in H:i
that's it all.
/lang/de_de.php
   protected function _LoadDates()
   {
      $dates = array();

      $dates['general_date'] = 'd/m/Y';
      $dates['general_datetime'] = 'd/m/Y H:i:s';
      $dates['schedule_daily'] = 'l, d/m/Y';
      $dates['reservation_email'] = 'd/m/Y @ H:i  (e)';
      $dates['res_popup'] = 'd/m/Y H:i ';
      $dates['dashboard'] = 'l, d/m/Y H:i ';
      $dates['period_time'] = "H:i ";
      $dates['general_date_js'] = "dd/mm/yy";

      $this->Dates = $dates;
   }
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!