Your IP : 216.73.216.240


Current Path : /home/juvelize/www/libraries/ic_library/Globalize/culture/
Upload File :
Current File : /home/juvelize/www/libraries/ic_library/Globalize/culture/fr-FR.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 fr-FR | French (France)
 *
 * 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 avril 1993';
$dateformat_2     = 'j _ F _ Y';

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

$dateglobalize_4  = '30 avril';
$dateformat_4     = 'j _ F';

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

$dateglobalize_7  = 'vendredi 30 avril 1993';
$dateformat_7     = 'l _ j _ F _ Y';

$dateglobalize_8  = 'vendredi 30 avril';
$dateformat_8     = 'l _ j _ F';

$dateglobalize_11 = 'Ven 30 Avr 1993';
$dateformat_11    = 'D _ j _ M _ Y';

$dateglobalize_12 = 'Ven 30 Avr';
$dateformat_12    = 'D _ j _ M';


$dmy_text_5 = '30␣avril␣1993';
$dmy_text_6 = '30␣Avr␣1993';

$mdy_text_5 = 'avril␣30␣1993';
$mdy_text_6 = 'Avr␣30␣1993';

$ymd_text_5 = '1993␣avril␣30';
$ymd_text_6 = '1993␣Avr␣30';