Jump to content

php date problem...


rsammy

Recommended Posts

why does this code not work for me?

 

$dcn_dov = date("n/j/y",$datequery);

 

here, $datequery is todays date - i got this by querying the database for todays date. while todays date is 2008-03-31, when i try to format it the way i want it, it gives me 12/31/69.

 

i thot n is used to display the month without leading zeros and y is used to display year in 2 digits

 

help pleeeease

Link to comment
https://forums.phpfreaks.com/topic/98880-php-date-problem/
Share on other sites

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.