Re: Convert string into incremental date
- From: "it_says_BALLS_on_your forehead" <simon.chao@xxxxxxx>
- Date: 30 May 2006 12:58:39 -0700
djray wrote:
My question is two part:
1. I am reading a date from a file in the form mm/dd/yy (i.e.
05/30/06). I need to convert that string into a date.
2. I need to be able to increment that date:
Example:
$date = 05/30/06;
$date = $date + 1; ($date = 05/31/06)
$date = $date + 1; ($date = 06/01/06)
Any help would be greatly appreciated.
See the Add_Delta_YMD function.
http://search.cpan.org/~stbey/Date-Calc-5.4/Calc.pod
.
- References:
- Convert string into incremental date
- From: djray
- Convert string into incremental date
- Prev by Date: Re: Unicode filename in Windows
- Next by Date: Re: Convert string into incremental date
- Previous by thread: Convert string into incremental date
- Next by thread: Re: Convert string into incremental date
- Index(es):
Relevant Pages
|