Hi there,
I get form a database time with the format : 'Jan 01 1900
06:00PM'
I want to convert it to :HH:MM
I tryed it with $heure=(date("H :i",strtotime($ row[0]))
but I get allways 20:55. even when time changes. Whats wrong ?
Does anybody know where I can get a good function which will convert date to
date and time to time with different formats ?
Thanks in advance for any help
Best regards
Ralf
I get form a database time with the format : 'Jan 01 1900
06:00PM'
I want to convert it to :HH:MM
I tryed it with $heure=(date("H :i",strtotime($ row[0]))
but I get allways 20:55. even when time changes. Whats wrong ?
Does anybody know where I can get a good function which will convert date to
date and time to time with different formats ?
Thanks in advance for any help
Best regards
Ralf
Comment