[Hejes-devel] [1171] uj datum info: mm-dd-j?i es mm-dd-(j?e|a)i
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Mon May 19 17:13:16 CEST 2014
Revision: 1171
Author: mittelholcz
Date: 2014-05-19 17:13:15 +0200 (Mon, 19 May 2014)
Log Message:
-----------
uj datum info: mm-dd-j?i es mm-dd-(j?e|a)i
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/modules/keltezes.py
Modified: trunk/web2py/applications/helyesiras_webdev/modules/keltezes.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/modules/keltezes.py 2014-05-19 15:08:14 UTC (rev 1170)
+++ trunk/web2py/applications/helyesiras_webdev/modules/keltezes.py 2014-05-19 15:13:15 UTC (rev 1171)
@@ -46,6 +46,8 @@
if int(day) in [2,3,6,8,13,16,18,20,23,26,28,30]:
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-a", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-án", "296"])
+ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-i", "296"])
+ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-ai", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-ig", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-áig", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + ". óta", "297"])
@@ -55,6 +57,8 @@
elif int(day) in [4,5,7,9,10,11,12,14,15,17,19,21,22,24,25,27,29,31]:
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-e", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-én", "296"])
+ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-i", "296"])
+ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-ei", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-ig", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-éig", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + ". óta", "297"])
@@ -64,6 +68,8 @@
else: # elseje
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-je", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-jén", "296"])
+ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-ji", "296"])
+ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-jei", "296"])
#~ out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-ig", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + "-jéig", "296"])
out.append([year + ". " + listOfMonths[int(month)-1][0] + " " + day + ". óta", "297"])
More information about the Hejes-devel
mailing list