
Jan Richter
- Total activity 102
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 18
- Subscriptions 23
Comments
Recent activity by Jan Richter-
Meanwhile we made it: In GF it is: date("d.m.y", strtotime([current date]))
-
Hej, calculation fields are stupid. If you have first just put in a date, the calculation field tries to give out the number as a date. But it can't cause it is a number. Just delete the calculatio...
-
Hej, look at the var d2. You have to set it. It is the ending date: moment(@enddate).
-
Is there no way like in Java Script (moment(@date).format("dd.mm.yy"))?
-
Thank you Charlie.
-
It's been six month now and no answer. What was the solution for this? We are in germany and need format dd.mm.yy. How can we change this?
-
Hej Rainer, thank you for the link.
-
:+1:
-
No matter, there was no mistakes or errors in the calculation. I found a workaround, that works: for(var i =0; i < kategorie.length; i++){ if(String(kategorie[i]) == search){ betrag += parseFl...
-
Hej Rainer, the problem got even bigger now. I can't even get the 2nd or 3rd item in an array. var betrag = @all of gezahlt (conatins 4 items in array via betrag.length) betrag[1], betrag[2] and ...