Your IP : 216.73.216.240


Current Path : /home/juvelize/saulnois/libraries/ic_library/Globalize/culture/
Upload File :
Current File : /home/juvelize/saulnois/libraries/ic_library/Globalize/culture/zh-TW.php

<?php
/**
 *----------------------------------------------------------------------------
 * iC Library   Library by JoomliC, for Joomla!
 *----------------------------------------------------------------------------
 * @version     1.4.7 2018-04-25
 *
 * @package     iC Library
 * @subpackage  Globalize
 * @link        https://www.joomlic.com
 *
 * @author      Cyril Reze
 * @copyright   (c) 2013-2026 Cyril Reze / JoomliC. 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 zh-TW | Chinese (Traditional) (Taiwan)
 *
 * 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 / j';

$dateglobalize_2 = '1993四30';
$dateformat_2    = 'Y F j';

$dateglobalize_4 = '四30';
$dateformat_4    = 'F j';

$dateglobalize_6 = '1993四';
$dateformat_6    = 'Y F';

$dateglobalize_7 = '五, 1993四30';
$dateformat_7    = 'l , Y F j';

$dateglobalize_8 = '五, 四30';
$dateformat_8    = 'l , _ F j';


$dmy_text_5 = '30␣四␣1993';

$mdy_text_5 = '四␣30␣1993';

$ymd_text_5 = '1993␣四␣30';