Your IP : 216.73.216.240
<?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 lv-LV | Latvian (Latvia)
*
* 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. gada 30. aprīlis';
$dateformat_2 = 'Y . _ gada _ j . _ F';
$dateglobalize_3 = '1993. gada 30. Apr';
$dateformat_3 = 'Y . _ gada _ j . _ M';
$dateglobalize_4 = '30. aprīlis';
$dateformat_4 = 'j . _ F';
$dateglobalize_6 = '1993. aprīlis';
$dateformat_6 = 'Y . _ F';
$dateglobalize_7 = 'Piektdiena, 1993. gada 30. aprīlis';
$dateformat_7 = 'l , _ Y . _ gada _ j . _ F';
$dateglobalize_8 = 'Piektdiena, 30. aprīlis';
$dateformat_8 = 'l , _ j . _ F';
$dateglobalize_11 = 'Pie, 1993. gada 30. Apr';
$dateformat_11 = 'D , _ Y . _ gada _ j . _ M';
$dateglobalize_12 = 'Pie, 30. Apr';
$dateformat_12 = 'D , _ j . _ M';
$dmy_text_5 = '30␣aprīlis␣1993';
$dmy_text_6 = '30␣Apr␣1993';
$mdy_text_5 = 'aprīlis␣30␣1993';
$mdy_text_6 = 'Apr␣30␣1993';
$ymd_text_5 = '1993␣aprīlis␣30';
$ymd_text_6 = '1993␣Apr␣30';