OK, I'm trying to convert a date string from a format, for example:
2014-01-21 00:00:00
to
01/21/2014
I tried many variations and I crumbled and burned. The problem is that for testing, I have to create a script, export it in the process to Bonita (BPM software), import it, and then create several cases. It will take a lot of time.
Hope someone knows how to do this.
Also, is there a simple groovy editor out there? This will help me learn to write groovy very quickly.
source
share