Questions tagged as 'rhino'

2
answers

How to convert a date (string) to another format using JavaScript?

I have the following string: 2016-06-08 - 10:08 I need to convert this string to the other format: 08-06-2016 10:08 How do I proceed? function dateFormat(date) { inputFormat = new java.text.SimpleDateFormat('dd-MM-yy...
asked by 08.06.2016 / 19:12
1
answer

How to read return from a java function

I use a third-party ged platform that provides web-services JAX-WS . There is a method called getInstanceCardData that returns the value of the form record fields of a request. Here's the method signature: Method:    getInst...
asked by 16.08.2016 / 13:48