Hello
Im using the ABVFP and after the form submission i get the date as planned in the action file.
i wanted to know how can i make it showing days(names of days) BUT in portuguese not in English ??/
And another question , is it possible to change the Form name created from the given one (e.g. _Form_Nr_2)?
Danny
Im using the ABVFP and after the form submission i get the date as planned in the action file.
i wanted to know how can i make it showing days(names of days) BUT in portuguese not in English ??/
Code:
//------------- Find Server date and Time-------------------- $date = date("l jS F Y, g:i A"); $Submission_Date = date("F-D-Y"); $Submission_Time = time(); //----------------- Find Browser and IPaddress --------------
Danny
Comment