There isn't, mainly because there hasn't seem to be much demand/use for it (plus the ever constrained dev effort required). I'm pretty sure I mocked something up at one point, but don't know if I have any code still lying around. Happy to help push this if there's enough interest.
-Jacob On Fri, Mar 13, 2015 at 7:06 AM, David Anthoff <[email protected]> wrote: > Hi, > > > > is there a Time datatype, analogous to the Date type? I ran into a > situation where I need to represent times (like 12:34 pm) that don’t have a > date associated. I understand that in the case of dates that don’t have a > time component I’d use Date (instead of DateTime), but I couldn’t find > anything the other way around, for times that don’t have a date. > > > > Thanks, > > David > > >
