Jump to content

Convert (y-m-d) to (d-m-y) from database retrieved date


yandoo

Recommended Posts

Hi there,

 

Im thinking this should be fairly straightforward. Im trying to change the date format from a recordset date that is retrieved from my database.

 

As the date is: <?php echo $query ['date']; ?> I just need to add the correct (d-m-y) formatting. I can do this easily when applying the current date. e.g. <?php echo date('d-m-y'); ?>  But how can it be done from a date retrieved form a database?

 

Thanks :)

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.