Your IP : 216.73.216.240


Current Path : /home/juvelize/www/libraries/ic_library/lib/globalize/culture/
Upload File :
Current File : /home/juvelize/www/libraries/ic_library/lib/globalize/culture/tr-TR.php

<?php
/**
 *----------------------------------------------------------------------------
 * iC Library   Library by Jooml!C, for Joomla!
 *----------------------------------------------------------------------------
 * @version     1.4.7 2018-04-25
 *
 * @package     iC Library
 * @subpackage  Globalize
 * @link        https://www.joomlic.com
 *
 * @author      Cyril Rezé
 * @copyright   (c) 2013-2024 Cyril Rezé / iCagenda. All rights reserved.
 * @license     GNU General Public License version 3 or later; see LICENSE.txt
 *
 * @since       1.0
 *----------------------------------------------------------------------------
*/

defined('_JEXEC') or die;

/**
 * Globalization: Date formats tr-TR | Turkish (Turkey)
 *
 * Reference date : birth of a free, open web to all!
 * On 30 April 1993, CERN put the World Wide Web software in the public domain.
 */

$dateglobalize_1  = '30.04.1993';
$dateformat_1     = 'd . m . Y';

$dateglobalize_2  = '30 Nisan 1993';
$dateformat_2     = 'd _ F _ Y';

$dateglobalize_3  = '30 Nis 1993';
$dateformat_3     = 'd _ M _ Y';

$dateglobalize_4  = '30 Nisan';
$dateformat_4     = 'd _ F';

$dateglobalize_6  = 'Nisan 1993';
$dateformat_6     = 'F _ Y';

$dateglobalize_7  = '30 Nisan 1993 Cuma';
$dateformat_7     = 'd _ F _ Y _ l';

$dateglobalize_8  = '30 Nisan Cuma';
$dateformat_8     = 'd _ F _ l';

$dateglobalize_11 = '30 Nis 1993 Cu';
$dateformat_11    = 'd _ M _ Y _ D';

$dateglobalize_12 = '30 Nis Cu';
$dateformat_12    = 'd _ M _ D';


$dmy_text_5 = '30␣Nisan␣1993';
$dmy_text_6 = '30␣Nis␣1993';

$mdy_text_5 = 'Nisan␣30␣1993';
$mdy_text_6 = 'Nis␣30␣1993';

$ymd_text_5 = '1993␣Nisan␣30';
$ymd_text_6 = '1993␣Nis␣30';