Most voted "rhino" questions
2 questions
Sort by count of
-
0
votes1
answer284
viewsHow to read return of 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. Follows the signature…
-
-2
votes2
answers360
viewsHow 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 should I proceed? function dateFormat(date) { inputFormat = new…