as_datetime()
Returns the value of the field as a tuple of date and time components:
>>> city['Created'].as_datetime() (c_long(1999), c_long(5), c_long(23), c_long(0), c_long(0), c_long(0), c_long(0))
as_datetime()
Returns the value of the field as a tuple of date and time components:
>>> city['Created'].as_datetime() (c_long(1999), c_long(5), c_long(23), c_long(0), c_long(0), c_long(0), c_long(0))
Please login to continue.