Hi There,
In the database the date and time is stored in EPOCH time. It is 9 long binary type field. It contains date and time. I need to select past 6 months dates only from this file. So how do I subtract past 6 months from this field?
Date example in EPOCH format i.e. stored in database...
1,052,954,260
1,058,206,756
1,058,207,082
Thanks,
NIL
In the database the date and time is stored in EPOCH time. It is 9 long binary type field. It contains date and time. I need to select past 6 months dates only from this file. So how do I subtract past 6 months from this field?
Date example in EPOCH format i.e. stored in database...
1,052,954,260
1,058,206,756
1,058,207,082
Thanks,
NIL




Comment