Using date functions in android application?
        Posted  
        
            by rob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rob
        
        
        
        Published on 2010-03-11T14:02:11Z
        Indexed on 
            2010/03/16
            8:26 UTC
        
        
        Read the original article
        Hit count: 213
        
Hi there,
I am displaying some event data based on the todays event and a list of events in a week. Currently I am displaying all the events in form of list from the file, As the file contains out dated events as well but I want to display on the basis of today's date events and a week events then week after. In short I want to restrict the list on the basis of this and extract information. I know there is a class java.util containing Date class, but need some quick idea and help how can I do this? Can anyone quote example?
Thanks
© Stack Overflow or respective owner