I've got some dates I need to provide as args to my calendar
Say my holidays are
Start : 15/01/2015 ,
End: 25/01/2015
I need a way in which to pragmatically find the sunday before the start date (In this case 10/01/2015), Aswell as the week ending date which comes after my holidays end (31/02/2015) .
Any help would be much appreciated
Thanks!