Skip to content
Advertisement

Birthdate values in php html

Good day everyone I have a little problem with this code. All of my month values are “January”. Any help would be very much appreciated, thank you.

JavaScript

Advertisement

Answer

$month = date( ‘F’, mktime( 0, 0, 0, $m + 1, 0, 0 ) );

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement