nkurahatti
Dec 3rd 2007, 9:35 pm
Dear All,
I am new to PHP programming. I have very little knowledge in php.
I want to know how to display current Indian date in textbox (php form)
Date should load on form load event.
I used following date function
<?php echo date("d/m/Y");?>
The problem is server is in USA
So textbox showing US date!
But I need Indian date
Date format (dd/mm/yyyy)
Thanks and regards
Narayan K
India
I am new to PHP programming. I have very little knowledge in php.
I want to know how to display current Indian date in textbox (php form)
Date should load on form load event.
I used following date function
<?php echo date("d/m/Y");?>
The problem is server is in USA
So textbox showing US date!
But I need Indian date
Date format (dd/mm/yyyy)
Thanks and regards
Narayan K
India