Your IP : 216.73.216.240
<?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 hu-HU | Hungarian (Hungary)
*
* 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 = '1993.04.30.';
$dateformat_1 = 'Y . m . d .';
$dateglobalize_2 = '1993. Április 30.';
$dateformat_2 = 'Y . _ F _ j .';
$dateglobalize_3 = '1993. Ápr. 30.';
$dateformat_3 = 'Y . _ M _ j .';
$dateglobalize_4 = 'Április 30.';
$dateformat_4 = 'F _ j .';
$dateglobalize_6 = '1993. Április';
$dateformat_6 = 'Y . _ F';
$dateglobalize_7 = '1993. Április 30., Péntek';
$dateformat_7 = 'Y . _ F _ j . , _ l';
$dateglobalize_8 = 'Április 30., Péntek';
$dateformat_8 = 'F _ j . , _ l';
$dateglobalize_11 = '1993. Ápr. 30., P';
$dateformat_11 = 'Y . _ M _ j . , _ D';
$dateglobalize_12 = 'Ápr. 30., P';
$dateformat_12 = 'M _ j . , _ D';
$dmy_text_5 = '30␣Április␣1993';
$dmy_text_6 = '30␣Ápr.␣1993';
$mdy_text_5 = 'Április␣30␣1993';
$mdy_text_6 = 'Ápr.␣30␣1993';
$ymd_text_5 = '1993␣Április␣30';
$ymd_text_6 = '1993␣Ápr.␣30';