hi guy,
how to convert str to date using textfield in html?
thanks
Hi!
when you posted your html textfield towards a php-script, you can use the name of the textfield as a variable in PHP. Then you can simply do the following:
$converted_date=date("Y-m-d", $textfield);
Hth
Greetings
Bernd