Get all week dates(7 dates) from particular date.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kumarramalingam
Forum Newbie
Posts: 1
Joined: Thu Feb 26, 2015 7:17 am

Get all week dates(7 dates) from particular date.

Post by kumarramalingam »

Get all week dates(7 dates) from particular date (02-02-2015).
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Get all week dates(7 dates) from particular date.

Post by requinix »

02-02-2015
02-03-2015
02-04-2015
02-05-2015
02-06-2015
02-07-2015
02-08-2015

Or maybe
02-02-2015
03-02-2015
04-02-2015
05-02-2015
06-02-2015
07-02-2015
08-02-2015
depending how you format your dates.
Post Reply