Here we go with a list of Date and time functions: // Classic Aspfunction is_date(string $date) {}function year(?string $date) {}function month(?string $date) {}function day(?string $date) {}function hour(?string $date) {}function minute(?string $date) {}function second(?string $date) {}function weekday(?string $date) {} //other stuff to simplify:function date_add() {}
-------- Original message -------- From: Kamil Tekiela <tekiela...@gmail.com> Date: 9/25/21 16:49 (GMT+01:00) To: daniele bonini <my2...@aol.com> Cc: internals@lists.php.net Subject: Re: [PHP-DEV] RFC Concept: "Import" of simplied string manipulation and other instructions from ASP Classic Hi Daniele, Thanks for reaching out to internals. I am curious about your proposal. Could you please provide some examples of what you think was great in Classic ASP that you would like to see implemented in PHP? If you have implemented polyfills in PHP for them, could you share them with us? Regards,Kamil