Hello I am using calculated customfield to copy a date value from
one field to another.
But it copy it in this format 2015-04-16 00:00:00.0, i need only 2015-04-16.
This is the code
<!-- @@Formula:
String issueType = issue.get("issuetype").getName().toString();
if (issueType.equals("Money Market"))
{ return issue.get("customfield_13033"); }
--->
I think You choose a Date/Time picker for your custom filed type. Use Date Picker.
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.