Hello! I noticed the Epoch setting for Dates returns a string instead of a number. Is there a way this option can return a number instead? I can convert it on my end by using parseInt, but I’m hoping it’s possible to have this built in to Mockaroo. Thanks!
You can add the following inline formula by clicking the f(x) button to the right of the field:
this.to_i
That will output the epoch date format as an integer.
Thanks! Appreciate it.