in reply to Re^3: Is there an easy way to get the start date of the current week?
in thread Is there an easy way to get the start date of the current week?
This scalar value is not locale dependent but is a Perl builtin. ... To get somewhat similar but locale dependent date strings, set up your locale environment variables appropriately ... use POSIX qw(strftime);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Is there an easy way to get the start date of the current week?
by JavaFan (Canon) on Aug 22, 2010 at 14:49 UTC |