Commit 68128cb0 authored by Johannes Bill's avatar Johannes Bill

changed todo

parent d3a276df
......@@ -366,6 +366,7 @@ function asString(data, now) {
if(data[idx][0].getTime() - nowT <= twoHours) {
second = "bald wieder geöffnet ab " + nextM.format("LT");
}
//uebermorgen wieder geoeffnet ab blabla im element[2]
else if(compareDate(now, data[idx][0]) === 0) {
second = "wieder geöffnet ab " + nextM.format("LT")
}
......
......@@ -9,3 +9,7 @@ saisonal,urlaub etc ueber neujahr? 23.12.2014 - 10.01.2015????
openNow auch nach absprache, nur mit json incl
evtl ical export
view asString: relative angaben: heute nicht geoeffnet, morgen|uebermorgen|in 3 tagen| in einer woche | in einem monat | in mehr als einem monat wieder geoffnet
falls im 3 monatszeitraum nicht geöffnet, für asString bis max 12 monate weitersuchen
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment