Wish for Scala function
-----------------------

                 Key: CLEREZZA-37
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-37
             Project: Clerezza
          Issue Type: New Feature
            Reporter: Oliver Strässer


An short function to format Java Datetime, so that we don't need to type 
everytime this: 

{if((res/acp("startDate")).length > 0){
 var startDate = (res/acp("startDate")*);
   try {
     {startDate .substring(0, startDate .indexOf('T'))}
    } catch {
      case e:Exception => res/acp("startDate")*;
     }
    }else {
""
}
}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to