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/nl-NL.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 nl-NL | Dutch (Netherlands)
 *
 * 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 - m - Y';

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

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

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

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

$dateglobalize_7  = 'vrijdag 30 april 1993';
$dateformat_7     = 'l _ j _ F _ Y';

$dateglobalize_8  = 'vrijdag 30 april';
$dateformat_8     = 'l _ j _ F';

$dateglobalize_11 = 'vr 30 apr 1993';
$dateformat_11    = 'D _ j _ M _ Y';

$dateglobalize_12 = 'vr 30 apr';
$dateformat_12    = 'D _ j _ M';


$dmy_text_5 = '30␣april␣1993';
$dmy_text_6 = '30␣apr␣1993';

$mdy_text_5 = 'april␣30␣1993';
$mdy_text_6 = 'apr␣30␣1993';

$ymd_text_5 = '1993␣april␣30';
$ymd_text_6 = '1993␣apr␣30';