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/cs-CZ.php

<?php
/**
 *----------------------------------------------------------------------------
 * iC Library   Library by Jooml!C, for Joomla!
 *----------------------------------------------------------------------------
 * @version     1.4.7 2018-04-24
 *
 * @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 cs-CZ | Czech (Czech Republic)
 *
 * 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     = 'j . n . Y';

$dateglobalize_2  = '30. duben 1993';
$dateformat_2     = 'j . _ F _ Y';

$dateglobalize_3  = '30. dub 1993';
$dateformat_3     = 'j . _ M _ Y';

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

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

$dateglobalize_7  = 'pátek, 30. duben 1993';
$dateformat_7     = 'l , _ j . _ F _ Y';

$dateglobalize_8  = 'pátek, 30 duben';
$dateformat_8     = 'l , _ d _ F';

$dateglobalize_11 = 'pá, 30. dub 1993';
$dateformat_11    = 'D , _ j . _ M _ Y';

$dateglobalize_12 = 'pá, 30 dub';
$dateformat_12    = 'D , _ d _ M';


$dmy_text_5 = '30␣duben␣1993';
$dmy_text_6 = '30␣dub␣1993';

$mdy_text_5 = 'duben␣30␣1993';
$mdy_text_6 = 'dub␣30␣1993';

$ymd_text_5 = '1993␣duben␣30';
$ymd_text_6 = '1993␣dub␣30';