Jump to content

[SOLVED] Changing Dates


savagenoob

Recommended Posts

 

The explode/concatenate method (when you are just rearranging the order of existing fields) is 8 times faster than date/strtotime and it has an added advantages that in the exploded form you can validate the date using checkdate and you can use the explode method with formats don't work with strtotime.

 

 

The explode/concatenate method (when you are just rearranging the order of existing fields) is 8 times faster than date/strtotime and it has an added advantage that in the exploded form you can validate the date using checkdate

 

Heh, didn't know that, thanks PFMaBiSmAd!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.