six2six / fixture-factory

Generator fake objects from a template
Apache License 2.0
445 stars 88 forks source link

Function to return date as String #57

Closed nykolaslima closed 10 years ago

nykolaslima commented 10 years ago

Create a function that can return a date value as String.

ex:

add("dateString", instant("now").asString("dd/MM/yyyy"));