My dates stored as (BIGINT) milliseconds from Jan 1, 1970

Android stores dates as long values - milliseconds from 1970. Mysql tables stores this BIGINT value.

When expressing dates in any date control, how does one convert this value into a date format (coming from the server and saving back to the DB)?

Thanks