Jump to content

Javascript Date - PHP


sseeley

Recommended Posts

Hi I hope someone can help me.

 

I have a date string in PHP (a UK date of birth).  An example is 01-04-1977.  I am inporting this into a Javascript variable

var date_of_birth = new Date(date_of_birth)

.  However when I use

document.write(date_of_birth)

is it showing in a different format.  Can someone help me convert my date to a javascript date so I do some calculations on using the current date?

 

Many thanks in advance.

 

Stuart

Link to comment
https://forums.phpfreaks.com/topic/182063-javascript-date-php/
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.