
Ibrahim S - Brazilian Experience
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 3
Activity overview
Latest activity by Ibrahim S - Brazilian Experience-
Ibrahim S - Brazilian Experience commented,
Is it possible to clone an Item to another app, or to move an item to another app (if the template is the same) ? I guess it will be very useful if you can allow importing/exporting between apps/wo...
-
Ibrahim S - Brazilian Experience commented,
for some reason it didn't work for me, I've modifiedthecode to this and it worked just fine for me: var d1 = moment(@ Birth Date); var d2 = moment(); var result = d2.diff(d1, 'years'); result; ho...
-
Ibrahim S - Brazilian Experience commented,
Thank you very much, that was exactly what i was looking for!! I have changed 'days' to 'weeks' and took out the +1 and it worked just fine, generating the result in Weeks instead. Thank you again