I need a SQL command (SQLite for android) that returns the one-week interval (from Sunday to Saturday) of an informed date. For example: I enter the date '05 -05-2016 ', hence the command in sql would return the range '01 -05-2016' and '07 -05-2016 '(from Sunday to Saturday) which corresponds to the week of the date informed Another example (to make it clearer still kkkk), I inform the date '01 -04-2016 ', hence the function in sql would return '27 -03-2016' and '02 -04-2016 '(corresponding from Sunday to Saturday of the informed date).