On Tue, 27 Jan 2015, Saba Bijal wrote: > I have one suggestion. Actually now a days there are many calculations > based on fortnight ( 2 weeks or 14 days). So like there are functions > for week, month, etc. so my suggestion is to make some function for > fortnight. Hope you feel that my suggestion is useful.
This is the wrong address for feature requests, you can file those at http://bugs.php.net. We also already support this just fine: php -r 'echo date_create("+1 forthnight")->format("Y-m-d"), "\n";' outputs: 2015-02-10 cheers, Derick -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
