Try this:
(DateTime)tuple.getValueByField("myDateTimeFieldName");On Thu, Mar 27, 2014 at 8:50 AM, michael campbell < [email protected]> wrote: > > How do you put a datetime, let's say a jodatime datetime value, in a tuple? > > How do you get a datetime out of a tuple, what sort of method corresponds > to tuple.getLongByField for a datetime? > > Michael Campbell > > -- > > >
