I have two custom fields (date & time picker type)
I'm taking the difference between them and storing it in SIL custom field.
Typically it showing the result as JIRA work log format
For ex: -
A - 28/Jun/16 10:40 AM
B - 28/Jun/16 10:38 AM
number C = A-B
C = 1m 57s
What I wanted to populate is the result of routine
floor(C , 1)
so that it can be rounded off to 1m but it is not working SIL field displaying 0d.
Basically, all I want is to get rid of seconds part and display only d,w,h,m
Please suggest solution
Thanks
Rahul
I got the solution by myself.
some type conversions and I nailed it.
Great to hear that! Please note that intervals in SIL are 24h/day 7days/week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.