You would need to convert those dates into Unix time values (milliseconds since the epoch), and use them in a query to constrain the values of the DATE column in CallLog.Calls.
On Thu, Jan 12, 2012 at 7:31 AM, basant mohamed <[email protected]> wrote: > I’m a beginner android developer and I’m working on application that require > to select from CallLog.Calls the calls between two dates range > > and it require that if I select from date 01-01-2012 to date 01-01-2012 it > will return all calls at this date “01-01-2012” > > I just want to help me and tell me how could I do this ,if you please. > > > > Thanks you & best regards > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

