I\'m trying to figure out the difference between
Groovy:
def name = \"stephanie\"
Java:
Object name = \"stephanie\" >
You can experiment with groovy in the groovy web console http://groovyconsole.appspot.com/
Your initial groovy date example works.