|
StringConverter |
Country |
EditDetailsPart |
Employee |
EmployeeIndexPage |
EmployeePropertyHoursPage |
EmployeePropertyHoursPart |
EmployeeSaveAction |
FilterFormPart |
Gender |
GlobalFilterFormPart |
Hours |
HoursCategory |
HoursCategoryEditDetailsPage |
HoursSearchPage |
IndexPage |
MenuPart |
ObjectDeleteAction |
ObjectDeleteMarkedAction |
ObjectDialog |
ObjectEditDetailsDialog |
ObjectEditDetailsPage |
ObjectIndexPage |
ObjectMtoNDialog |
ObjectPropertyPage |
ObjectSaveAction |
ObjectSearchPage |
ObjectSelectionReportPage |
ObjectSortDialog |
ObjectVerifyDeleteDialog |
PntSqlFilterGlobalAction |
PntSqlFilterGlobalDialog |
SortDialogPart |
TablePart |
ValueValidator |
|
No methods
|
<?php
/* Copyright (c) MetaClass, 2003-2012
Distrubuted and licensed under under the terms of the GNU Affero General Public License
version 3, or (at your option) any later version.
This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License, http://www.gnu.org/licenses/agpl.txt */
Gen::includeClass('', 'pnt/web');
class StringConverter extends {
public $true='ja';
public $false='nee';
public $dateTimezone = 'Europe/Amsterdam';
public $dateFormat="d-m-Y"; //as to be shown in user interface.
public $timestampFormat="d-m-Y H:i:s"; //as shown in user interface. Default is same as properties values
public $decimal=','; // decimal separator
public $thousends='.'; //thousends separator
public $usKbSupport4Uropean = true; //to work properly with dot on last thousens separator position, do not use a thousends separator
public $errorInvalidNumber='incorrect getal, verwacht is als: ';
public $errorInvalidDate='incorrecte datum, verwacht is als: ';
public $errorInvalidTimestamp='incorrecte datumtijd, verwacht is als: ';
public $errorInvalidBoolean='incorrecte logica, verwacht: ';
public $errorInvalidType='ongeldig type: ';
}
|
Copyright (c) MetaClass, 2003-
This code is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This code is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
Click here for a copy of the license or see http://www.gnu.org/licenses/ .
|
|