hi there,
can anyone there teach me how to solve this?
my table - date field value return 1965-06-20, i want to display this
value in d-m-Y format.
how to print? now i only get it print as 01/01/1970 if the year<1970.
i know there is an adodb_date function. but then how can i convert
this value to time format as i also cannot use the strtotime function?
strtotime also return as -1. which also error.
help..
thank you
can anyone there teach me how to solve this?
my table - date field value return 1965-06-20, i want to display this
value in d-m-Y format.
how to print? now i only get it print as 01/01/1970 if the year<1970.
i know there is an adodb_date function. but then how can i convert
this value to time format as i also cannot use the strtotime function?
strtotime also return as -1. which also error.
help..
thank you
Comment